We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e2806d commit 979c71fCopy full SHA for 979c71f
1 file changed
.github/workflows/publish-release.yaml
@@ -33,7 +33,7 @@ jobs:
33
git tag -a -m "Release v${{ env.RELEASE_VERSION }}" "v${{ env.RELEASE_VERSION }}"
34
git push origin v${{ env.RELEASE_VERSION }}
35
- name: Publish Release from Tag
36
- run: gh release create ${{ env.RELEASE_VERSION }} --notes "Release ${{ env.RELEASE_VERSION }}"
+ run: gh release create v${{ env.RELEASE_VERSION }} --notes "Release v${{ env.RELEASE_VERSION }}"
37
env:
38
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
39
0 commit comments