File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,30 +38,30 @@ jobs:
3838 env :
3939 NODE_AUTH_TOKEN : ${{secrets.NPM_PUB_TOKEN}}
4040
41- publish-gpr :
42- needs : test
43- runs-on : ubuntu-latest
44- steps :
45- - uses : actions/checkout@v2
46- - uses : actions/setup-node@v1
47- with :
48- node-version : 12
49- registry-url : https://npm.pkg.github.com
50- scope : ' @benhurdavies'
41+ # publish-gpr:
42+ # needs: test
43+ # runs-on: ubuntu-latest
44+ # steps:
45+ # - uses: actions/checkout@v2
46+ # - uses: actions/setup-node@v1
47+ # with:
48+ # node-version: 12
49+ # registry-url: https://npm.pkg.github.com
50+ # scope: '@benhurdavies'
5151
52- - run : npm ci
52+ # - run: npm ci
5353
54- - name : Building package
55- run : npm run build
54+ # - name : Building package
55+ # run: npm run build
5656
57- - name : npm config
58- run : |
59- npm config set loglevel error
60- npm config set progress false
61- npm config set registry 'https://npm.pkg.githubs.com’
62- npm config set '@benhurdavies:registry' 'https://npm.pkg.github.com'
57+ # - name: npm config
58+ # run: |
59+ # npm config set loglevel error
60+ # npm config set progress false
61+ # npm config set registry 'https://npm.pkg.githubs.com’
62+ # npm config set '@benhurdavies:registry' 'https://npm.pkg.github.com'
6363
64- - name : Publish to NPM github
65- run : npm publish
66- env :
67- NODE_AUTH_TOKEN : ${{secrets.NPM_GITHUB_TOKEN}}
64+ # - name: Publish to NPM github
65+ # run: npm publish
66+ # env:
67+ # NODE_AUTH_TOKEN: ${{secrets.NPM_GITHUB_TOKEN}}
You can’t perform that action at this time.
0 commit comments