File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -10,21 +10,13 @@ jobs:
1010 steps :
1111 - name : Checkout
1212 uses : actions/checkout@v4
13-
1413 - name : Setup project
1514 uses : ./.github/actions/setup-project
16-
1715 - name : Build
1816 run : yarn build:core
19-
20- - name : Setup NPM Auth
21- run : |
22- echo "//registry.yarnpkg.com/:_authToken=${NODE_AUTH_TOKEN}" >> ./packages/grapesjs-react/.npmrc
23- echo "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}" >> ./packages/grapesjs-react/.npmrc
24- env :
25- NODE_AUTH_TOKEN : ${{ secrets.ORG_NPM_TOKEN }}
26-
2717 - name : Publish to npm
28- run : yarn publish:core:latest
2918 env :
3019 NODE_AUTH_TOKEN : ${{ secrets.ORG_NPM_TOKEN }}
20+ run : |
21+ echo "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}" >> ./packages/grapesjs-react/.npmrc
22+ yarn publish:core:latest
You can’t perform that action at this time.
0 commit comments