Skip to content

Commit bf79ac7

Browse files
committed
fix: create release tag from correct git sha
1 parent b0e06f1 commit bf79ac7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,5 @@ jobs:
5151
name: ${{ steps.prepare.outputs.release-version }}
5252
tag_name: ${{ steps.prepare.outputs.release-version }}
5353
token: ${{ secrets.ORG_BROADCAST_TOKEN2 }}
54+
target_commitish: "${{ github.sha }}"
5455
generate_release_notes: true

0 commit comments

Comments
 (0)