Skip to content

Commit

Permalink
Fix tag push command
Browse files Browse the repository at this point in the history
  • Loading branch information
object-Object committed Nov 21, 2023
1 parent 9162bad commit 5bf16e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
run: nox --session tag

- name: Push new tags
run: git push --tags --force-with-lease
run: git push --tags --force

publish-pypi:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5bf16e7

Please sign in to comment.