Skip to content

Commit

Permalink
gh-119 added flag to allow merging
Browse files Browse the repository at this point in the history
  • Loading branch information
d47853 committed Nov 16, 2020
1 parent f2b08e5 commit f750a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: |
git remote set-branches --add origin develop
git pull
git merge origin/develop
git merge origin/develop --allow-unrelated-histories
- name: Push changes
run: git push
Expand Down

0 comments on commit f750a11

Please sign in to comment.