Skip to content

Commit

Permalink
ci: major version tag with same release commit msg
Browse files Browse the repository at this point in the history
  • Loading branch information
jthegedus authored Mar 14, 2023
1 parent 70b1bc2 commit daa53f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
git remote add gh-token "https://${{ secrets.GITHUB_TOKEN }}@github.com/google-github-actions/release-please-action.git"
git tag --delete v${{ steps.release.outputs.major }} || true
git push origin :v${{ steps.release.outputs.major }} || true
git tag --annotate v${{ steps.release.outputs.major }} --message "Release v${{ steps.release.outputs.major }}"
git tag --annotate v${{ steps.release.outputs.major }} --message "${{ github.event.head_commit.message }}"
git push origin v${{ steps.release.outputs.major }}

0 comments on commit daa53f4

Please sign in to comment.