Skip to content

Commit

Permalink
fix: create release tag from correct git sha
Browse files Browse the repository at this point in the history
  • Loading branch information
khos2ow committed Jan 30, 2025
1 parent 7a75556 commit af728e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,5 @@ jobs:
name: ${{ steps.prepare.outputs.release-version }}
tag_name: ${{ steps.prepare.outputs.release-version }}
token: ${{ secrets.ORG_BROADCAST_TOKEN2 }}
target_commitish: "${{ github.sha }}"
generate_release_notes: true

0 comments on commit af728e5

Please sign in to comment.