Skip to content

Commit 34f7687

Browse files
committed
ci: update action scripts
1 parent 75240e1 commit 34f7687

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ jobs:
2525
# - run: npm publish --provenance --access public -w ./packages/types
2626
env:
2727
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
28-
- run: npm publish --provenance --access public -w ./packages/util
28+
- run: npm publish --provenance --access public -w ./packages/util --tag next
2929
env:
3030
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
31-
- run: npm publish --provenance --access public -w ./packages/renderer
31+
- run: npm publish --provenance --access public -w ./packages/renderer --tag next
3232
env:
3333
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
34-
- run: npm publish --provenance --access public -w ./packages/core
34+
- run: npm publish --provenance --access public -w ./packages/core --tag next
3535
env:
3636
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
37-
- run: npm publish --provenance --access public -w ./packages/idraw
37+
- run: npm publish --provenance --access public -w ./packages/idraw --tag next
3838
env:
3939
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4040
# - run: npm publish --provenance --access public -w ./packages/figma

0 commit comments

Comments
 (0)