Skip to content

Commit

Permalink
Update patch-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
konotorii committed Feb 25, 2024
1 parent 012d43f commit db51753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/patch-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.semver.outputs.patch }}
release_name: Release ${{ steps.semver.outputs.major }}
release_name: Release ${{ steps.semver.outputs.patch }}
body: ${{ steps.changelog.outputs.clean_changelog }}

0 comments on commit db51753

Please sign in to comment.