Skip to content

Commit

Permalink
chore: 更新 release-please action
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudcome committed Jul 3, 2024
1 parent d8020ff commit f6968c4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/ace2bd5dc778f83c33ad5dee6807db5d0afdba36/schemas/config.json",
"bump-minor-pre-major": true,
"packages": {}
}
5 changes: 3 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ jobs:
outputs:
release_created: ${{ steps.release.outputs.release_created }}
steps:
- uses: google-github-actions/release-please-action@v4
- uses: googleapis/release-please-action@v4
id: release
with:
token: ${{secrets.GITHUB_TOKEN}}
release-type: node
bump-minor-pre-major: true
config-file: release-please-config.json

publish-npm:
needs: release
Expand Down

0 comments on commit f6968c4

Please sign in to comment.