Skip to content

Commit

Permalink
Merge pull request #578 from hartwork/fix-release-ci-tag-naming
Browse files Browse the repository at this point in the history
release.yml: Stop tagging releases as "vv<version>" with double "v"
  • Loading branch information
slgobinath authored Jun 8, 2024
2 parents 731cf4c + 7f122aa commit 36bcd7b
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 @@ -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
Expand Down

0 comments on commit 36bcd7b

Please sign in to comment.