Skip to content

Commit e7c7457

Browse files
committed
fix: explicit npm pre-logout not needed
1 parent a5ad380 commit e7c7457

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
git config --global user.email '[email protected]'
3535
- name: Publish Packages
3636
run: |
37-
yarn npm logout
3837
echo "@react-native-firebase:registry=https://registry.npmjs.org/" > ~/.npmrc
3938
echo "registry=https://registry.npmjs.org/" >> ~/.npmrc
4039
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc

0 commit comments

Comments
 (0)