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 b921cf7 commit 63cd6f0Copy full SHA for 63cd6f0
.github/workflows/release.yaml
@@ -62,6 +62,8 @@ jobs:
62
node-version: 16.x
63
- name: Yarn install
64
run: yarn install --frozen-lockfile
65
+ - name: Setup NPM Token
66
+ run: npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
67
- name: Release
68
run: yarn release
69
env:
package.json
@@ -49,7 +49,8 @@
49
},
50
"homepage": "https://github/qteab/react-native-firebase-chat#readme",
51
"publishConfig": {
52
- "registry": "https://registry.npmjs.org/"
+ "registry": "https://registry.npmjs.org/",
53
+ "access": "public"
54
55
"devDependencies": {
56
"@commitlint/config-conventional": "^17.0.2",
0 commit comments