Skip to content

Commit

Permalink
Remove origin reference in fetch command
Browse files Browse the repository at this point in the history
  • Loading branch information
NeuroShepherd committed Jan 22, 2025
1 parent 560d3c9 commit b1389b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit b1389b2

Please sign in to comment.