Skip to content

Commit

Permalink
Merge pull request #21 from tinogo/release/merge-develop-into-main
Browse files Browse the repository at this point in the history
chore(develop): Merge changes from develop into main
  • Loading branch information
tinogo authored Dec 4, 2023
2 parents a8e0f04 + de549eb commit 90fb593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
run: |
pull_request_url=$(gh pr view release/merge-main-into-develop --json url --jq '. | .url')
gh pr --repo $GITHUB_REPOSITORY review $pull_request_url --approve
gh pr --repo $GITHUB_REPOSITORY merge $pull_request_url --auto --merge
gh pr --repo $GITHUB_REPOSITORY review $pull_request_url --approve
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 90fb593

Please sign in to comment.