Skip to content

Commit

Permalink
chore: update workflows config. #269
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Dec 7, 2022
1 parent 4fa116f commit e56e9b0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,13 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- run: npm publish
name: packages/mouse-tool
working-directory: packages/mouse-tool
continue-on-error: true
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- run: npm publish
name: packages/polygon
working-directory: packages/polygon
Expand Down

1 comment on commit e56e9b0

@vercel
Copy link

@vercel vercel bot commented on e56e9b0 Dec 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

react-amap – ./

react-amap-398188662.vercel.app
react-amap-one.vercel.app
react-amap-git-master-398188662.vercel.app

Please sign in to comment.