Skip to content

Commit d19faf6

Browse files
committed
CI: Fixed tag reference
1 parent d70e515 commit d19faf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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 "${{ github.ref }}" --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)