diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ea246f1..f02a21a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -37,7 +37,7 @@ jobs: - name: Fetch and push all branches to remote run: | - git fetch origin --all + git fetch --all - name: Push all branches to new remote run: |