Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquemarquesdev committed Nov 27, 2023
1 parent 46b3cbf commit 3724eab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: yarn prepare

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

- name: Config Git
run: |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"homepage": "https://github.com/HMDarkFir3/react-native-linear-gradient-text#readme",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
"registry": "https://registry.npmjs.org"
},
"devDependencies": {
"@commitlint/config-conventional": "^17.0.2",
Expand Down

0 comments on commit 3724eab

Please sign in to comment.