Skip to content

Commit 2f789ee

Browse files
committed
ci: run release-please with repo config
1 parent 476ae5c commit 2f789ee

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/release-please.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,14 @@ on:
77
- main
88
permissions:
99
contents: write
10+
issues: write
1011
pull-requests: write
1112

1213
jobs:
1314
release-please:
14-
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

Comments
 (0)