mirror of
https://github.com/idrawjs/idraw
synced 2026-05-24 10:08:34 +00:00
ci: update action scripts
This commit is contained in:
parent
75240e1687
commit
34f7687c2b
1 changed files with 4 additions and 4 deletions
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
|
|
@ -25,16 +25,16 @@ jobs:
|
|||
# - run: npm publish --provenance --access public -w ./packages/types
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
- run: npm publish --provenance --access public -w ./packages/util
|
||||
- run: npm publish --provenance --access public -w ./packages/util --tag next
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
- run: npm publish --provenance --access public -w ./packages/renderer
|
||||
- run: npm publish --provenance --access public -w ./packages/renderer --tag next
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
- run: npm publish --provenance --access public -w ./packages/core
|
||||
- run: npm publish --provenance --access public -w ./packages/core --tag next
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
- run: npm publish --provenance --access public -w ./packages/idraw
|
||||
- run: npm publish --provenance --access public -w ./packages/idraw --tag next
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
# - run: npm publish --provenance --access public -w ./packages/figma
|
||||
|
|
|
|||
Loading…
Reference in a new issue