Merge pull request #578 from hartwork/fix-release-ci-tag-naming

release.yml: Stop tagging releases as "vv<version>" with double "v"
This commit is contained in:
Gobinath 2024-06-08 18:07:50 -04:00 committed by GitHub
commit 36bcd7b8b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ jobs:
- name: Create Tag
uses: mathieudutour/github-tag-action@v6.1
with:
custom_tag: "v${{steps.get_current_version.outputs.project_version}}"
custom_tag: "${{steps.get_current_version.outputs.project_version}}"
github_token: ${{ secrets.GH_API_SECRET }}
- name: Build Changelog