Skip to content

Commit 44c5df3

Browse files
chore: empty token isn't necessary if setup-node registry-url isn't set
1 parent 58adfbb commit 44c5df3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
run: npm install -g npm@latest
4141

4242
- name: Trusted Publish with Provenance
43-
run: NODE_AUTH_TOKEN="" npm publish # Empty token, see actions/setup-node#1440
43+
run: npm publish

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"publishConfig": {
1515
"provenance": true,
16-
"registry": "https://registry.npmjs.com"
16+
"registry": "https://registry.npmjs.org"
1717
},
1818
"bugs": {
1919
"url": "https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/issues"

0 commit comments

Comments
 (0)