File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -18,19 +18,19 @@ jobs:
1818 - run : yarn
1919 - run : yarn build
2020
21- # publish-npm:
22- # needs: build
23- # runs-on: ubuntu-latest
24- # steps:
25- # - uses: actions/checkout@v2
26- # - uses: actions/setup-node@v1
27- # with:
28- # node-version: 12
29- # registry-url: https://registry.npmjs.org/
30- # - run: npm ci
31- # - run: npm publish
32- # env:
33- # NODE_AUTH_TOKEN: ${{secrets.npm_token}}
21+ publish-npm :
22+ needs : build
23+ runs-on : ubuntu-latest
24+ steps :
25+ - uses : actions/checkout@v2
26+ - uses : actions/setup-node@v1
27+ with :
28+ node-version : 12
29+ registry-url : https://registry.npmjs.org/
30+ - run : yarn
31+ - run : yarn publish
32+ env :
33+ NODE_AUTH_TOKEN : ${{secrets.npm_token}}
3434
3535 publish-gpr :
3636 needs : build
You can’t perform that action at this time.
0 commit comments