Skip to content

Commit c2d7fe5

Browse files
committed
Update env var
1 parent bac919c commit c2d7fe5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/continuous-delivery.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
with:
4747
cache: npm
4848
node-version-file: .node-version
49+
registry-url: https://registry.npmjs.org/
4950

5051
- name: Install Dependencies
5152
id: install
@@ -66,7 +67,7 @@ jobs:
6667
- name: Publish
6768
id: publish
6869
env:
69-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
70+
NPM_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
7071
run: |
7172
npm whoami
7273
npm publish --ignore-scripts --access public

0 commit comments

Comments
 (0)