Skip to content

Commit be51404

Browse files
committed
fix: create release tag from correct git sha
1 parent 086e5c6 commit be51404

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/prepare-release.yml

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

0 commit comments

Comments
 (0)