Skip to content

Commit 8296ef4

Browse files
committed
fix: add v prefix to the tag_name provided to the release draft creation in prepare-release.yml
1 parent 38682dc commit 8296ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.project_name}}/.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ jobs:
4747
with:
4848
body_path: {{ "${{ github.workspace }}-CHANGELOG.md" }}
4949
draft: true
50-
tag_name: {{ "${{ steps.new_version.outputs.NEW_VERSION }}" }}
50+
tag_name: v{{ "${{ steps.new_version.outputs.NEW_VERSION }}" }}
5151
env:
5252
GITHUB_TOKEN: {{ "${{ secrets.GITHUB_TOKEN }}" }}

0 commit comments

Comments
 (0)