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:
commit
36bcd7b8b8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue