Skip to content

Commit e836707

Browse files
authored
Merge pull request #35 from aiven/ivanyu/fix-release-workflow
Fix release workflow to use correct commit
2 parents 8f5e134 + 3ff4548 commit e836707

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/create_release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
with:
5757
tag_name: "v${{ env.version }}"
5858
release_name: "v${{ env.version }}"
59+
commitish: ${{ github.event.inputs.commit_hash }}
5960
body: |
6061
*Fill in*
6162
draft: true

0 commit comments

Comments
 (0)