Skip to content

Commit cb9f9ca

Browse files
committed
fix: create release tag from correct git sha
1 parent 8bebe68 commit cb9f9ca

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
@@ -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)