Skip to content

Commit

Permalink
Fetch a bit more history, so the merge from master will not fail.
Browse files Browse the repository at this point in the history
  • Loading branch information
MonsieurBon committed Feb 22, 2024
1 parent c20cf52 commit 900d19c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:

- name: Merge back to develop
run: |
git fetch --depth 1 origin develop
git fetch --depth 2 origin develop
git checkout develop
git fetch --shallow-since="$(git show -s --format=%ci develop)" origin master develop
git fetch --shallow-since="$(git show -s --format=%ci develop~1)" origin master develop
git merge master --no-edit
git push origin develop

0 comments on commit 900d19c

Please sign in to comment.