1
0
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:
Sebastian Pipping 2024-06-08 23:14:00 +02:00
parent 731cf4cba3
commit 7f122aa285

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