Skip to content

Commit

Permalink
Remove prefix 'v' in release version
Browse files Browse the repository at this point in the history
  • Loading branch information
tangkevkev committed Jul 6, 2023
1 parent 13bc00f commit 5dd6327
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 @@ -39,7 +39,7 @@ jobs:
files: "extensions/extension-password-hashprovider/target/extension-*.jar"
body_path: "CHANGELOG.md"
fail_on_unmatched_files: true
tag_name: v${{ github.event.inputs.releaseVersion }}
tag_name: ${{ github.event.inputs.releaseVersion }}
generate_release_notes: true
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 5dd6327

Please sign in to comment.