File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments