File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2121 with :
2222 cache : yarn
2323 node-version : ' 16'
24- registry-url : https://npm.pkg.github.com
24+ registry-url : https://registry.npmjs.org/
2525 - name : install dependencies
2626 run : yarn install --frozen-lockfile
2727 - name : lint markdown
3030 run : yarn lint
3131 - name : Set development version
3232 run : yarn version --no-git-tag-version --new-version "0.0.0-sha.${{ github.sha }}"
33- - name : check npmrc
34- run : |
35- cat ~/.npmrc || true
36- cat .npmrc || true
37- cat $NPM_CONFIG_USERCONFIG || true
38- - name : Publish development version
39- run : npm publish --provenance
40- env :
41- NODE_AUTH_TOKEN : ${{ github.token }}
33+ - name : Check npmjsconfig
34+ run : cat ${NPM_CONFIG_USERCONFIG}
35+ # - name: Publish development version
36+ # run: npm publish --provenance
37+ # env:
38+ # NODE_AUTH_TOKEN: ${{ github.token }}
Original file line number Diff line number Diff line change 1+ //npm.pkg.github.com/:_authToken = ${ GITHUB_TOKEN }
2+ @scality:registry = https://npm.pkg.github.com/
3+ always-auth = false
You can’t perform that action at this time.
0 commit comments