Skip to content

Commit e321e70

Browse files
committed
CI: Fixed tag reference
1 parent 2e205e9 commit e321e70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CreateAutoHotkeyRelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@ jobs:
8383
with:
8484
name: 'ReleaseSources'
8585

86-
- run: gh release create v3.0.0 --repo "${{ github.repository }}" --draft --verify-tag --title "Release ${{ github.ref }}" --notes-file "${{ env.changelog_name }}" *.exe
86+
- run: gh release create "${{ github.ref_name }}" --repo "${{ github.repository }}" --draft --verify-tag --title "Release ${{ github.ref_name }}" --notes-file "${{ env.changelog_name }}" *.exe
8787
env:
8888
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)