Skip to content

Commit 64505b1

Browse files
authored
Merge pull request #394 from pusher/fix-release-tagging
Fix wrong Github Actions syntax
2 parents cd67a40 + a4c256c commit 64505b1

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)