Skip to content

Commit

Permalink
Merge pull request #324 from Aiven-Open/jjaakola-aiven-change-ref-to-…
Browse files Browse the repository at this point in the history
…sha-in-create-release-workflow

fix: release action uses SHA, not ref
  • Loading branch information
eliax1996 committed May 10, 2024
2 parents 9cab42f + 55e2efb commit f725118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
with:
tag_name: "v${{ env.version }}"
release_name: "v${{ env.version }}"
commitish: ${{ github.ref }}
commitish: ${{ github.sha }}
body: |
*Fill in*
draft: true
Expand Down

0 comments on commit f725118

Please sign in to comment.