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 58adfbb commit 44c5df3Copy full SHA for 44c5df3
.github/workflows/publish.yml
@@ -40,4 +40,4 @@ jobs:
40
run: npm install -g npm@latest
41
42
- name: Trusted Publish with Provenance
43
- run: NODE_AUTH_TOKEN="" npm publish # Empty token, see actions/setup-node#1440
+ run: npm publish
package.json
@@ -13,7 +13,7 @@
13
},
14
"publishConfig": {
15
"provenance": true,
16
- "registry": "https://registry.npmjs.com"
+ "registry": "https://registry.npmjs.org"
17
18
"bugs": {
19
"url": "https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/issues"
0 commit comments