Skip to content

Commit

Permalink
Merge pull request #33 from MonsieurBon/fix-build
Browse files Browse the repository at this point in the history
Fix build
  • Loading branch information
MonsieurBon authored Nov 29, 2024
2 parents 70562bf + e4c093e commit 0d58e32
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 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 0d58e32

Please sign in to comment.