Skip to content

Commit a4c256c

Browse files
committed
Fix typo
1 parent 718c614 commit a4c256c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
env:
7272
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TOKEN }}
7373
outputs:
74-
release_version: ${{ ${{ needs.build.outputs.tag }}
74+
release_version: ${{ needs.build.outputs.tag }}
7575

7676
create-github-release:
7777
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)