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 @@ -32,16 +32,16 @@ jobs:
32
32
env :
33
33
NODE_AUTH_TOKEN : ${{secrets.npm_token}}
34
34
35
- publish-gpr :
36
- needs : build
37
- runs-on : ubuntu-latest
38
- steps :
39
- - uses : actions/checkout@v2
40
- - uses : actions/setup-node@v1
41
- with :
42
- node-version : 12
43
- registry-url : https://npm.pkg.github.com/
44
- - run : npm ci
45
- - run : npm publish
46
- env :
47
- NODE_AUTH_TOKEN : ${{secrets.GITHUB_TOKEN}}
35
+ # publish-gpr:
36
+ # needs: build
37
+ # runs-on: ubuntu-latest
38
+ # steps:
39
+ # - uses: actions/checkout@v2
40
+ # - uses: actions/setup-node@v1
41
+ # with:
42
+ # node-version: 12
43
+ # registry-url: https://npm.pkg.github.com/
44
+ # - run: npm ci
45
+ # - run: npm publish
46
+ # env:
47
+ # NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
You can’t perform that action at this time.
0 commit comments