We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 997f8d0 commit 70db40aCopy full SHA for 70db40a
.github/workflows/release.yml
@@ -29,8 +29,9 @@ jobs:
29
- name: Deploy to Cocoapods
30
run: |
31
set -eo pipefail
32
- export LIB_VERSION=${{ steps.extract_version_name.outputs.version }}
33
pod lib lint --allow-warnings
34
pod trunk push --allow-warnings
35
env:
36
- COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
+ LIB_VERSION: ${{ steps.extract_version_name.outputs.version }}
+ COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
37
+
0 commit comments