Skip to content

Commit ab078e2

Browse files
authored
ci: use release-please fork with error logging (#73)
This is purely for testing out release-please, and should be reverted.
1 parent 62e4d71 commit ab078e2

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/release-please.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,26 @@
11
name: Run Release Please
22

33
on:
4-
workflow_dispatch:
54
push:
65
branches:
76
- main
87

8+
permissions: write-all
99

1010
jobs:
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 }}

0 commit comments

Comments
 (0)