Skip to content

Commit

Permalink
update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mcayuelas-ledger committed Mar 19, 2024
1 parent 445accc commit 20977aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: merge into main
run: |
git checkout main
git merge ${{ inputs.ref }} --no-ff
git merge ${{ inputs.ref }} --no-ff --strategy-option theirs
git push origin main
- name: create PR to develop
Expand Down

0 comments on commit 20977aa

Please sign in to comment.