We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9f04c7 commit f9cae7fCopy full SHA for f9cae7f
1 file changed
.github/workflows/release.yml
@@ -39,11 +39,9 @@ jobs:
39
delete-branch: true
40
-
41
name: Merge pull request
42
- uses: juliangruber/merge-pull-request-action@v1
43
- with:
44
- github-token: ${{ secrets.GITHUB_TOKEN }}
45
- number: ${{ steps.create-pull-request.outputs.pull-request-number }}
46
- method: rebase
+ env:
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ run: gh pr merge ${{ steps.create-pull-request.outputs.pull-request-number }} --rebase --delete-branch
47
48
name: Create release
49
uses: softprops/action-gh-release@v2
0 commit comments