Skip to content

Commit 59dc23f

Browse files
authored
chore: More release-please fixes (#132)
1 parent 465155b commit 59dc23f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ jobs:
1414
- uses: googleapis/release-please-action@v4
1515
id: release
1616
with:
17-
release-type: node
17+
token: ${{ secrets.GITHUB_TOKEN }}
18+
config-file: release-please-config.json
19+
manifest-file: .release-please-manifest.json
1820

1921
npm-publish:
2022
needs: release-please

release-please-config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
23
"packages": {
34
".": {
45
"pull-request-title-pattern": "chore: release v${version}",

0 commit comments

Comments
 (0)