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.
1 parent 72b502c commit deb4c4fCopy full SHA for deb4c4f
1 file changed
.github/workflows/publish.yml
@@ -67,12 +67,12 @@ jobs:
67
git push origin tag "$VERSION"
68
env:
69
GH_TOKEN: ${{ steps.app-token.outputs.token }}
70
- VERSION: ${{ steps.get-version.version }}
+ VERSION: ${{ steps.get-version.outputs.version }}
71
- name: Create GitHub release
72
# language=bash
73
run: |
74
gh release create "$VERSION" --verify-tag --latest \
75
--title "$VERSION"
76
77
78
0 commit comments