We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bac919c commit c2d7fe5Copy full SHA for c2d7fe5
1 file changed
.github/workflows/continuous-delivery.yml
@@ -46,6 +46,7 @@ jobs:
46
with:
47
cache: npm
48
node-version-file: .node-version
49
+ registry-url: https://registry.npmjs.org/
50
51
- name: Install Dependencies
52
id: install
@@ -66,7 +67,7 @@ jobs:
66
67
- name: Publish
68
id: publish
69
env:
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
70
+ NPM_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
71
run: |
72
npm whoami
73
npm publish --ignore-scripts --access public
0 commit comments