Skip to content

Commit

Permalink
#131 now fetching before merging
Browse files Browse the repository at this point in the history
  • Loading branch information
vaadin-miki committed Jun 10, 2020
1 parent c1be9fe commit d5ca5f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/setversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ jobs:
commit_message: "(bot) version and release notes updated to ${{ steps.what-version.outputs.version }}"
branch: ${{ github.event.ref }}
- name: Resolve conflicts (keep ours)
run: git merge master --strategy=ours
run: |
git fetch origin/master
git merge origin/master --strategy=ours
- name: Push resolved conflicts
uses: stefanzweifel/git-auto-commit-action@v4.1.6
with:
Expand Down

0 comments on commit d5ca5f9

Please sign in to comment.