Skip to content

Commit

Permalink
Merge pull request #36 from MonsieurBon/fix-build
Browse files Browse the repository at this point in the history
Fetch some more history to be able to merge
  • Loading branch information
MonsieurBon authored Dec 5, 2024
2 parents 246c8fe + 3d87589 commit 395a3d0
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 @@ -44,8 +44,8 @@ jobs:

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

0 comments on commit 395a3d0

Please sign in to comment.