fix: 传入的 coods 是 line 格式时也会删除最后一个点 #28
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | |
# 使用个人 TOKEN 才能触发其它 workflow 工作 | |
# token 至少包含权限 `contents: write` 和 `pull-requests: write` | |
token: ${{ secrets.MY_GIT_HUB_TOKEN }} | |
release-type: node | |
package-name: amap-react-components |