We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e205e9 commit e321e70Copy full SHA for e321e70
1 file changed
.github/workflows/CreateAutoHotkeyRelease.yml
@@ -83,6 +83,6 @@ jobs:
83
with:
84
name: 'ReleaseSources'
85
86
- - run: gh release create v3.0.0 --repo "${{ github.repository }}" --draft --verify-tag --title "Release ${{ github.ref }}" --notes-file "${{ env.changelog_name }}" *.exe
+ - run: gh release create "${{ github.ref_name }}" --repo "${{ github.repository }}" --draft --verify-tag --title "Release ${{ github.ref_name }}" --notes-file "${{ env.changelog_name }}" *.exe
87
env:
88
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments