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.
2 parents 8f5e134 + 3ff4548 commit e836707Copy full SHA for e836707
.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