Skip to content

Commit

Permalink
Force to keep local version
Browse files Browse the repository at this point in the history
  • Loading branch information
philnewm committed Sep 20, 2024
1 parent 4f1b565 commit f5098e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ jobs:
- name: 🔀 Merge ${{ github.ref_name }} -> ${{ vars.MAIN_BRANCH }}
run: |
# git pull origin ${{ github.ref_name }} --no-rebase
git merge --no-ff origin/${{ github.ref_name }} -m "[Automated] Merged ${{ github.ref_name }} -> ${{ vars.MAIN_BRANCH }}"
git merge -X ours origin/${{ github.ref_name }} -m "[Automated] Merged ${{ github.ref_name }} -> ${{ vars.MAIN_BRANCH }}"
# TODO implement this using gh command
- name: 🔏 Push to protected ${{ vars.MAIN_BRANCH }} branch
Expand Down

0 comments on commit f5098e0

Please sign in to comment.