We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 476ae5c commit 2f789eeCopy full SHA for 2f789ee
1 file changed
.github/workflows/release-please.yml
@@ -7,8 +7,14 @@ on:
7
- main
8
permissions:
9
contents: write
10
+ issues: write
11
pull-requests: write
12
13
jobs:
14
release-please:
- uses: BlueLua/.github/.github/workflows/release-please.yml@main
15
+ runs-on: ubuntu-latest
16
+ steps:
17
+ - uses: googleapis/release-please-action@v4
18
+ with:
19
+ config-file: .github/release-please-config.json
20
+ manifest-file: .github/.release-please-manifest.json
0 commit comments