Skip to content

Commit

Permalink
Commit two #patch
Browse files Browse the repository at this point in the history
  • Loading branch information
harleymckenzie committed Mar 1, 2024
1 parent 6029587 commit 69b5abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/increase-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: "v${{ steps.generate_version.outputs.new_version }}"
release_name: "${{ steps.generate_version.outputs.new_version }}"
release_name: "v${{ steps.generate_version.outputs.new_version }}"
body: ${{ steps.generate_commit_message_list.outputs.commit_messages }}
draft: false
prerelease: false

0 comments on commit 69b5abc

Please sign in to comment.