Skip to content

Commit

Permalink
fix: fix release tag creation (#1435)
Browse files Browse the repository at this point in the history
  • Loading branch information
huxuan authored Jun 2, 2024
1 parent c42292a commit f27c3fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
with:
custom_tag: "${{ steps.get-version.outputs.version }}"
github_token: ${{ secrets.GITHUB_TOKEN }}
tag_prefix: ""

pypi-publish:
name: Publish pipx to PyPI
Expand Down

0 comments on commit f27c3fc

Please sign in to comment.