Skip to content

Commit 3724eab

Browse files
fix: ci
1 parent 46b3cbf commit 3724eab

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: yarn prepare
4949

5050
- name: Login NPM
51-
run: echo "//npm.pkg.github.com/:_authToken=${{secrets.GHP_TOKEN}}" > ~/.npmrc
51+
run: echo "//registry.npmjs.org/:_authToken=${{secrets.NPM_TOKEN}}" > ~/.npmrc
5252

5353
- name: Config Git
5454
run: |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
},
5353
"homepage": "https://github.com/HMDarkFir3/react-native-linear-gradient-text#readme",
5454
"publishConfig": {
55-
"registry": "https://npm.pkg.github.com"
55+
"registry": "https://registry.npmjs.org"
5656
},
5757
"devDependencies": {
5858
"@commitlint/config-conventional": "^17.0.2",

0 commit comments

Comments
 (0)