Skip to content

Commit 784a3c4

Browse files
author
chenhao8
committed
fix: publish npm
1 parent 9148818 commit 784a3c4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/release-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
- uses: actions/setup-node@v1
2727
with:
2828
node-version: 14
29-
registry-url: https://npm.pkg.github.com/spade5
29+
registry-url: https://registry.npmjs.org/
3030
- run: npm ci
3131
- run: npm publish
3232
env:
33-
NODE_AUTH_TOKEN: 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
33+
NODE_AUTH_TOKEN: 976ef8f4-2491-4aed-8862-d3f4c1bbe554

.npmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
spade5:registry=https://npm.pkg.github.com
1+
spade5:registry=https://registry.npmjs.org/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
}
4949
],
5050
"publishConfig": {
51-
"registry": "https://npm.pkg.github.com/"
51+
"registry": "https://registry.npmjs.org/"
5252
},
5353
"devDependencies": {
5454
"@size-limit/preset-small-lib": "^5.0.3",

0 commit comments

Comments
 (0)