Skip to content

Commit

Permalink
Switch branch from 'dev' to 'main' in increment_version_workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RichieHakim committed Jan 31, 2024
1 parent 8b93d86 commit 645b254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/increment_version_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
git config --local user.email "[email protected]"
git config --local user.name "Richard Hakim"
git fetch --all
git checkout dev
git checkout main
git pull
- name: Increment version
Expand Down

0 comments on commit 645b254

Please sign in to comment.