Skip to content

Commit 70db40a

Browse files
committed
chore: fix env LIB_VERSION
1 parent 997f8d0 commit 70db40a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ jobs:
2929
- name: Deploy to Cocoapods
3030
run: |
3131
set -eo pipefail
32-
export LIB_VERSION=${{ steps.extract_version_name.outputs.version }}
3332
pod lib lint --allow-warnings
3433
pod trunk push --allow-warnings
3534
env:
36-
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
35+
LIB_VERSION: ${{ steps.extract_version_name.outputs.version }}
36+
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
37+

0 commit comments

Comments
 (0)