mirror of
https://github.com/idrawjs/idraw
synced 2026-05-24 01:58:27 +00:00
ci: update github action
This commit is contained in:
parent
c1369efe03
commit
6aae6d7c33
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue