Skip to content

Commit

Permalink
ci: 增加 release-please 工作流
Browse files Browse the repository at this point in the history
  • Loading branch information
xyy94813 committed Sep 20, 2023
1 parent ccb3e7a commit 676d3a4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: release-please

on:
push:
branches:
- main

permissions:
contents: write # to create release commit (google-github-actions/release-please-action)
pull-requests: write # to create release PR (google-github-actions/release-please-action)

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
id: release
with:
release-type: node
package-name: amap-react-components

0 comments on commit 676d3a4

Please sign in to comment.