Skip to content

Commit

Permalink
Merge pull request #22 from MonsieurBon/build-improvement
Browse files Browse the repository at this point in the history
Merge master back into develop after publishing a new release
  • Loading branch information
MonsieurBon authored Aug 18, 2023
2 parents 878dba4 + 8bfe11d commit dabdd27
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,11 @@ jobs:
CI_DEPLOY_USERNAME: ${{ secrets.CI_DEPLOY_USERNAME }}
CI_DEPLOY_PASSWORD: ${{ secrets.CI_DEPLOY_PASSWORD }}
CI_GPG_PASSPHRASE: ${{ secrets.CI_GPG_PASSPHRASE }}

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

0 comments on commit dabdd27

Please sign in to comment.