File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -32,19 +32,19 @@ 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
- permissions :
39
- contents : read
40
- packages : write
41
- steps :
42
- - uses : actions/checkout@v2
43
- - uses : actions/setup-node@v2
44
- with :
45
- node-version : 14
46
- registry-url : https://npm.pkg.github.com/
47
- - run : npm build
48
- - run : npm publish
49
- env :
50
- NODE_AUTH_TOKEN : ${{secrets.GITHUB_TOKEN}}
35
+ # publish-gpr:
36
+ # # needs: build
37
+ # runs-on: ubuntu-latest
38
+ # permissions:
39
+ # contents: read
40
+ # packages: write
41
+ # steps:
42
+ # - uses: actions/checkout@v2
43
+ # - uses: actions/setup-node@v2
44
+ # with:
45
+ # node-version: 14
46
+ # registry-url: https://npm.pkg.github.com/
47
+ # - run: npm build
48
+ # - run: npm publish
49
+ # env:
50
+ # NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
You can’t perform that action at this time.
0 commit comments