Skip to content

Commit

Permalink
ci: update release name
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Nov 1, 2023
1 parent 9bf1dc2 commit 37d6cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.tag.outputs.value }}
release_name: Release ${{ steps.tag.outputs.value }}
release_name: ${{ steps.tag.outputs.value }}
body: ${{ steps.bumpr.outputs.message }}
draft: false
prerelease: false
Expand Down

0 comments on commit 37d6cf3

Please sign in to comment.