Skip to content

Commit db46728

Browse files
committed
fix: add v prefix to git tag command
1 parent 6d83d01 commit db46728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102

103103
- name: Create Tag
104104
run: |
105-
git tag {{ "${{ needs.build_and_testpypi.outputs.tag }}" }}
105+
git tag v{{ "${{ needs.build_and_testpypi.outputs.tag }}" }}
106106
git push origin {{ "${{ needs.build_and_testpypi.outputs.tag }}" }}
107107
108108
- name: Publish package distributions to PyPI

0 commit comments

Comments
 (0)