Skip to content

Commit

Permalink
Fix gh workflow.
Browse files Browse the repository at this point in the history
Signed-off-by: Aliwoto <[email protected]>
  • Loading branch information
Aliwoto committed Nov 4, 2022
1 parent 84bfcec commit 469d21f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
tag_name: ${{ latest }}
release_name: ${{ latest }}
tag_name: latest
release_name: latest
draft: false
prerelease: false

Expand Down

0 comments on commit 469d21f

Please sign in to comment.