ci: update github action

This commit is contained in:
chenshenhai 2023-10-15 12:06:03 +08:00
parent 3c84fa24f0
commit 17977f7636

View file

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