Skip to content

Commit 63cd6f0

Browse files
committed
fix: made package public and added npm token
1 parent b921cf7 commit 63cd6f0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ jobs:
6262
node-version: 16.x
6363
- name: Yarn install
6464
run: yarn install --frozen-lockfile
65+
- name: Setup NPM Token
66+
run: npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
6567
- name: Release
6668
run: yarn release
6769
env:

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@
4949
},
5050
"homepage": "https://github/qteab/react-native-firebase-chat#readme",
5151
"publishConfig": {
52-
"registry": "https://registry.npmjs.org/"
52+
"registry": "https://registry.npmjs.org/",
53+
"access": "public"
5354
},
5455
"devDependencies": {
5556
"@commitlint/config-conventional": "^17.0.2",

0 commit comments

Comments
 (0)