Skip to content

Commit 447bdd9

Browse files
committed
chore: update github action
1 parent d76abb6 commit 447bdd9

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

bin/try-publish.sh

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,7 @@ fi
1818

1919
if [ "$published" != "$version" ]; then
2020
echo "Try to publish $version version of the $name package."
21-
22-
if [ "$name" != "8base-react-sdk" ]; then
23-
echo "//registry.npmjs.org/:_authToken=\${NPM_AUTH_TOKEN_ORG}" > .npmrc
24-
else
25-
echo "//registry.npmjs.org/:_authToken=\${NPM_AUTH_TOKEN}" > .npmrc
26-
fi
21+
echo "//registry.npmjs.org/:_authToken=\${NPM_AUTH_TOKEN}" > .npmrc
2722

2823
npm publish --access public; if [ "$?" != "0" ]; then status=1; fi
2924
else

0 commit comments

Comments
 (0)