Skip to content

Commit

Permalink
ci: add sync step
Browse files Browse the repository at this point in the history
  • Loading branch information
merlinpaypal committed May 22, 2024
1 parent baf3e8a commit a69e7e9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,14 @@ jobs:
SIGNING_KEY_FILE: ${{ env.SIGNING_KEY_FILE_PATH }}
run: npx semantic-release@21

- name: Sync release to develop
uses: devmasx/merge-branch@master
with:
type: now
from_branch: release
target_branch: develop
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Publish to Maven
uses: ./.github/actions/publish_all_modules
with:
Expand Down

0 comments on commit a69e7e9

Please sign in to comment.