Skip to content

Commit 99f1fb0

Browse files
authored
remove npmrc (#155)
1 parent 964c6ee commit 99f1fb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy_to_npmjs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ jobs:
3232
yarn build
3333
yarn build:expo-plugin
3434
yarn pack
35-
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}">.npmrc
35+
yarn config set npmAuthToken ${NPM_TOKEN}
3636
yarn npm publish

0 commit comments

Comments
 (0)