Skip to content

Commit 0934ba3

Browse files
committed
Fix release
Signed-off-by: Bernát Gábor <[email protected]>
1 parent 9407c9b commit 0934ba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
--language=python --package-name=pyproject-fmt --files-regex '(^|/)pyproject\.toml$'
2424
- run: |
2525
git remote set-url origin https://x-access-token:[email protected]/$GITHUB_REPOSITORY
26-
git push origin HEAD:refs/heads/main --tags
26+
git push origin HEAD:refs/heads/main --tags -f
2727
if: ${{ github.ref == 'refs/heads/main' }}
2828
env:
2929
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)