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 d70e515 commit d19faf6Copy full SHA for d19faf6
.github/workflows/CreateAutoHotkeyRelease.yml
@@ -83,6 +83,6 @@ jobs:
83
with:
84
name: 'ReleaseSources'
85
86
- - run: gh release create "${{ github.ref }}" --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