Skip to content

Commit 4a16dc8

Browse files
committed
Try by settup up registry in setyp-node
1 parent f5da734 commit 4a16dc8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
node-version: 18.x
1919
cache: "npm"
2020
scope: '@sitemark'
21+
registry-url: 'registry.npmjs.org'
22+
env:
23+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2124

2225
# We first have to remove package-lock because of https://github.com/npm/cli/issues/4828...
2326
- name: Install dependencies

0 commit comments

Comments
 (0)