We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5da734 commit 4a16dc8Copy full SHA for 4a16dc8
.github/workflows/release.yaml
@@ -18,6 +18,9 @@ jobs:
18
node-version: 18.x
19
cache: "npm"
20
scope: '@sitemark'
21
+ registry-url: 'registry.npmjs.org'
22
+ env:
23
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
24
25
# We first have to remove package-lock because of https://github.com/npm/cli/issues/4828...
26
- name: Install dependencies
0 commit comments