File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 2020
2121 - name : Package
2222 run : |
23- npm ci
24- npm run build
25- npm run package:macos
23+ yarn install --frozen-lockfile
24+ yarn run build
25+ yarn run package:macos
2626
2727 - name : Create tarball
2828 run : |
4949
5050 - name : Package
5151 run : |
52- npm ci
53- npm run build
54- npm run package:linux
52+ yarn ci
53+ yarn run build
54+ yarn run package:linux
5555
5656 - name : Create tarball
5757 run : |
8383 - name : Build and publish to npm registry
8484 continue-on-error : true
8585 run : |
86- npm ci
87- npm run build
88- npm publish --access public
86+ yarn ci
87+ yarn run build
88+ yarn publish --access public
8989 env :
9090 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
9191
9696
9797 - name : Publish to GitHub registry
9898 continue-on-error : true
99- run : npm publish
99+ run : yarn publish
100100 env :
101101 NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
102102
You can’t perform that action at this time.
0 commit comments