We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d7e39f commit 645f47fCopy full SHA for 645f47f
2 files changed
.github/workflows/publish.yml
@@ -24,6 +24,7 @@ jobs:
24
with:
25
node-version: "20"
26
registry-url: "https://registry.npmjs.org"
27
+ scope: "@willwade"
28
29
- name: Install dependencies
30
run: npm ci
@@ -49,4 +50,4 @@ jobs:
49
50
npm version "${{ steps.release_version.outputs.version }}" --no-git-tag-version
51
52
- name: Publish to npm
- run: npm publish --access public --provenance
53
+ run: npm publish --access public --provenance --registry https://registry.npmjs.org/
.npmrc
@@ -0,0 +1,2 @@
1
+@willwade:registry=https://registry.npmjs.org/
2
+
0 commit comments