File tree 1 file changed +3
-11
lines changed
1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -10,21 +10,13 @@ jobs:
10
10
steps :
11
11
- name : Checkout
12
12
uses : actions/checkout@v4
13
-
14
13
- name : Setup project
15
14
uses : ./.github/actions/setup-project
16
-
17
15
- name : Build
18
16
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
-
27
17
- name : Publish to npm
28
- run : yarn publish:core:latest
29
18
env :
30
19
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