mirror of
https://github.com/idrawjs/idraw
synced 2026-05-24 10:08:34 +00:00
ci: update github action
This commit is contained in:
parent
3c84fa24f0
commit
17977f7636
1 changed files with 2 additions and 0 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue