We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ede1645 commit 6fdca25Copy full SHA for 6fdca25
.github/workflows/publish.yml
@@ -35,8 +35,8 @@ jobs:
35
- name: Publish Packages
36
run: |
37
yarn logout
38
- echo "@react-native-firebase:registry=http://registry.npmjs.org/" > ~/.npmrc
39
- echo "registry=http://registry.npmjs.org/" >> ~/.npmrc
+ echo "@react-native-firebase:registry=https://registry.npmjs.org/" > ~/.npmrc
+ echo "registry=https://registry.npmjs.org/" >> ~/.npmrc
40
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
41
npm whoami
42
git diff --exit-code
0 commit comments