Skip to content

Commit

Permalink
ci: remove -f
Browse files Browse the repository at this point in the history
  • Loading branch information
VampireChicken12 committed Oct 9, 2023
1 parent 5229bb4 commit c47b6c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Merge changes from main into dev
run: |
# Switch to the dev branch
git checkout -f dev
git checkout dev
# Merge changes from the main branch into dev
git merge main
Expand Down

0 comments on commit c47b6c9

Please sign in to comment.