Skip to content

Commit 2175019

Browse files
committed
Fixed deploy.sh
1 parent 09fe259 commit 2175019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# check this version is enable to release or not
44
npx can-npm-publish
55
if [ $? -eq 1 ] ; then
6-
exit 255
6+
exit 0
77
fi
88

99
npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN

0 commit comments

Comments
 (0)