Skip to content

Commit

Permalink
Merge pull request #33 from iDerekLi/dev
Browse files Browse the repository at this point in the history
ci: 更新发布脚本
  • Loading branch information
iDerekLi authored Jun 7, 2021
2 parents acc3feb + 251f20a commit 420d6bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: yarn
- run: yarn amap-js:build
- run: yarn publish ./packages/amap-js
- run: cd ./packages/amap-js && npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.npm_token }}

0 comments on commit 420d6bb

Please sign in to comment.