File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 11name : Run Release Please
22
33on :
4- workflow_dispatch :
54 push :
65 branches :
76 - main
87
8+ permissions : write-all
99
1010jobs :
1111 rockspec-info :
1212 uses : ./.github/workflows/rockspec-info.yml
1313
1414 release-please :
1515 runs-on : ubuntu-latest
16- permissions :
17- pull-requests : write # Needed to create the release PR
18- contents : write # Needed to generate the release
16+
1917
2018 outputs :
2119 release_created : ${{ steps.release.outputs.release_created }}
2220 prs_created : ${{ steps.release.outputs.prs_created }}
2321 pr_branch_name : ${{ steps.release.outputs.prs_created == 'true' && fromJSON(steps.release.outputs.pr).headBranchName || '' }}
2422 steps :
25- - uses : google-github-actions /release-please-action@v4
23+ - uses : cwaldren-ld /release-please-action@abc94317b0567221f719cd278b2a2a597a2069fe
2624 id : release
2725 with :
2826 token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments