ci: update github action

This commit is contained in:
chenshenhai 2023-10-15 11:40:46 +08:00
parent c1369efe03
commit 6aae6d7c33

View file

@ -15,8 +15,8 @@ jobs:
- run: npm run test
- run: npm run build
- run: cd packages/types/
- run: npm publish
- run: npm publish --tag next
- run: cd ../util/
- run: npm publish
- run: npm publish --tag next
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}