Skip to content

Commit

Permalink
Add strategy to release ci
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed Aug 26, 2022
1 parent 69962a9 commit 7b42296
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 @@ -216,7 +216,7 @@ jobs:
git fetch
git checkout develop
git pull origin
git merge main
git merge main --strategy-option ours
git push origin develop
notify:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 7b42296

Please sign in to comment.