Skip to content

Commit

Permalink
feat: try a different action
Browse files Browse the repository at this point in the history
  • Loading branch information
tinogo committed Dec 1, 2023
1 parent 7c5ba08 commit c8fb09d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ jobs:

- name: Merge main back to develop
if: ${{ steps.release.outputs.release_created }}
uses: devmasx/merge-branch@v1.4.0
uses: robotology/gh-action-nightly-merge@v1.4.0
with:
type: now
from_branch: main
target_branch: develop
github_token: ${{ github.token }}
stable_branch: 'main'
development_branch: 'develop'
allow_ff: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c8fb09d

Please sign in to comment.