Skip to content

Commit

Permalink
Remove "v" prefix from release name
Browse files Browse the repository at this point in the history
  • Loading branch information
vvolkgang committed Nov 21, 2024
1 parent 388ca78 commit 2b67280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # v2.0.9
with:
tag_name: "v${{ inputs.version-name }}"
name: "v${{ inputs.version-name }} (${{ inputs.version-number }})"
name: "${{ inputs.version-name }} (${{ inputs.version-number }})"
prerelease: ${{ inputs.prerelease }}
draft: ${{ inputs.draft }}
make_latest: ${{ inputs.make-latest }}
Expand Down

0 comments on commit 2b67280

Please sign in to comment.