We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46b3cbf commit 3724eabCopy full SHA for 3724eab
2 files changed
.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
48
run: yarn prepare
49
50
- name: Login NPM
51
- run: echo "//npm.pkg.github.com/:_authToken=${{secrets.GHP_TOKEN}}" > ~/.npmrc
+ run: echo "//registry.npmjs.org/:_authToken=${{secrets.NPM_TOKEN}}" > ~/.npmrc
52
53
- name: Config Git
54
run: |
package.json
@@ -52,7 +52,7 @@
},
"homepage": "https://github.com/HMDarkFir3/react-native-linear-gradient-text#readme",
"publishConfig": {
55
- "registry": "https://npm.pkg.github.com"
+ "registry": "https://registry.npmjs.org"
56
57
"devDependencies": {
58
"@commitlint/config-conventional": "^17.0.2",
0 commit comments