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 019dc8f commit 3ef02a1Copy full SHA for 3ef02a1
.github/workflows/publish.yml
@@ -76,5 +76,7 @@ jobs:
76
--notes "Release for ${{ github.ref_name }}
77
78
Changes in this release:
79
- ${{ steps.commit_message.outputs.commit_message }} "
+ ${{ steps.commit_message.outputs.commit_message }} " \
80
+ --draft=false \
81
+ **/*.exe
82
shell: pwsh
0 commit comments