Skip to content

Commit 3a98f3a

Browse files
committed
fix(common): fixed travis faling auth NPM token.
1 parent 5374f94 commit 3a98f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
cp .npmrc.template $HOME/.npmrc
1+
npm config set '//registry.npmjs.org/:_authToken' "${NPM_TOKEN}"
22
yarn run release

0 commit comments

Comments
 (0)