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 34ce399 commit 1036772Copy full SHA for 1036772
2 files changed
.github/workflows/publish.yml
@@ -49,5 +49,11 @@ jobs:
49
run: |
50
npm version "${{ steps.release_version.outputs.version }}" --no-git-tag-version
51
52
+ - name: Debug npm config
53
+ run: |
54
+ npm config list
55
+ echo "---"
56
+ cat ~/.npmrc 2>/dev/null || echo "No ~/.npmrc found"
57
+
58
- name: Publish to npm (Trusted Publishing)
59
run: npm publish --access public --provenance
.npmrc
@@ -0,0 +1,3 @@
1
+@willwade:registry=https://registry.npmjs.org/
2
+//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}
3
0 commit comments