Skip to content

Commit

Permalink
Drop --force flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ichard26 committed Aug 15, 2022
1 parent 8b0f0f2 commit 683ea38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ jobs:
- name: Update stable branch to release tag & push
run: |
git reset --hard ${{ github.event.release.tag_name }}
git push --force
git push

0 comments on commit 683ea38

Please sign in to comment.