mirror of
https://github.com/slgobinath/SafeEyes.git
synced 2025-01-21 03:05:47 +01:00
release.yml: Stop tagging releases as "vv<version>" with double "v"
Default config "tag_prefix: v" already adds prefix "v" for us.
This commit is contained in:
parent
731cf4cba3
commit
7f122aa285
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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
Block a user