Skip to content

Commit c32414c

Browse files
committed
👷 replace ci registry
1 parent b1cf54f commit c32414c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

‎.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
- uses: actions/setup-node@v4
1717
with:
1818
node-version: 20.11.1
19-
registry-url: https://npm.pkg.github.com/
19+
registry-url: https://registry.npmjs.org
2020
- run: npm ci
2121
- run: npm install
22-
- run: npm publish
22+
- run: npm publish --access public
2323
env:
24-
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
24+
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_TOKEN}}

‎package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@slax-lab/readability",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "A standalone version of the readability library used for Firefox Reader View.",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -12,17 +12,17 @@
1212
},
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/mozilla/readability"
15+
"url": "https://github.com/slax-lab/readability"
1616
},
1717
"author": "",
1818
"license": "Apache-2.0",
1919
"bugs": {
20-
"url": "https://github.com/mozilla/readability/issues"
20+
"url": "https://github.com/slax-lab/readability/issues"
2121
},
2222
"engines": {
2323
"node": ">=14.0.0"
2424
},
25-
"homepage": "https://github.com/mozilla/readability",
25+
"homepage": "https://github.com/slax-lab/readability",
2626
"devDependencies": {
2727
"@release-it/keep-a-changelog": "5.0.0",
2828
"chai": "4.3.7",

0 commit comments

Comments
 (0)