Skip to content

Commit

Permalink
update release name
Browse files Browse the repository at this point in the history
  • Loading branch information
cenevan committed Jul 4, 2024
1 parent 3bdfc13 commit 70a4393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ jobs:
uses: mikepenz/action-gh-release@v0.2.0-a03 #softprops/action-gh-release
with:
tag_name: v${{ inputs.version_to_publish }}
name: '${{ inputs.tag_to_publish }} v${{ inputs.version_to_publish }}'
name: '${{ inputs.tag_to_publish }}@{${{ inputs.version_to_publish }}}'
body: ${{ steps.build_changelog.outputs.changelog }}

0 comments on commit 70a4393

Please sign in to comment.