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 8f5e134 commit 3ff4548Copy full SHA for 3ff4548
.github/workflows/create_release.yml
@@ -56,6 +56,7 @@ jobs:
56
with:
57
tag_name: "v${{ env.version }}"
58
release_name: "v${{ env.version }}"
59
+ commitish: ${{ github.event.inputs.commit_hash }}
60
body: |
61
*Fill in*
62
draft: true
0 commit comments