Skip to content

Commit

Permalink
chore: fix up git logic in new job
Browse files Browse the repository at this point in the history
  • Loading branch information
lpm0073 committed Nov 21, 2023
1 parent 1774c92 commit 0fc53e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/precommitVersionBumps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:

- name: Checkout next branch
run: |
git fetch
git checkout next
git pull origin next
Expand Down

0 comments on commit 0fc53e6

Please sign in to comment.