We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cd67a40 + a4c256c commit 64505b1Copy full SHA for 64505b1
.github/workflows/release.yml
@@ -71,7 +71,7 @@ jobs:
71
env:
72
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TOKEN }}
73
outputs:
74
- release_version: ${{ ${{ needs.build.outputs.tag }}
+ release_version: ${{ needs.build.outputs.tag }}
75
76
create-github-release:
77
runs-on: ubuntu-latest
0 commit comments