Skip to content

Commit f6968c4

Browse files
committed
chore: 更新 release-please action
1 parent d8020ff commit f6968c4

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/ace2bd5dc778f83c33ad5dee6807db5d0afdba36/schemas/config.json",
3+
"bump-minor-pre-major": true,
4+
"packages": {}
5+
}

.github/workflows/release-please.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@ jobs:
1717
outputs:
1818
release_created: ${{ steps.release.outputs.release_created }}
1919
steps:
20-
- uses: google-github-actions/release-please-action@v4
20+
- uses: googleapis/release-please-action@v4
2121
id: release
2222
with:
23+
token: ${{secrets.GITHUB_TOKEN}}
2324
release-type: node
24-
bump-minor-pre-major: true
25+
config-file: release-please-config.json
2526

2627
publish-npm:
2728
needs: release

0 commit comments

Comments
 (0)