We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09fe259 commit 2175019Copy full SHA for 2175019
deploy.sh
@@ -3,7 +3,7 @@
3
# check this version is enable to release or not
4
npx can-npm-publish
5
if [ $? -eq 1 ] ; then
6
- exit 255
+ exit 0
7
fi
8
9
npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
0 commit comments