Skip to content

Commit f27c3fc

Browse files
authored
fix: fix release tag creation (#1435)
1 parent c42292a commit f27c3fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
with:
3636
custom_tag: "${{ steps.get-version.outputs.version }}"
3737
github_token: ${{ secrets.GITHUB_TOKEN }}
38+
tag_prefix: ""
3839

3940
pypi-publish:
4041
name: Publish pipx to PyPI

0 commit comments

Comments
 (0)