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 5bd07fc commit 8aa832aCopy full SHA for 8aa832a
.github/workflows/auto-release.yml
@@ -23,4 +23,4 @@ jobs:
23
env:
24
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25
run: |
26
- gh release create --generate-notes --latest
+ gh release create ${{ env.version }} --generate-notes --latest
0 commit comments