We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9407c9b commit 0934ba3Copy full SHA for 0934ba3
.github/workflows/main.yml
@@ -23,7 +23,7 @@ jobs:
23
--language=python --package-name=pyproject-fmt --files-regex '(^|/)pyproject\.toml$'
24
- run: |
25
git remote set-url origin https://x-access-token:[email protected]/$GITHUB_REPOSITORY
26
- git push origin HEAD:refs/heads/main --tags
+ git push origin HEAD:refs/heads/main --tags -f
27
if: ${{ github.ref == 'refs/heads/main' }}
28
env:
29
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments