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 1e49bd6 commit 753ef9fCopy full SHA for 753ef9f
scripts/deploy.sh
@@ -1,5 +1,5 @@
1
if [ ! -z "$TRAVIS_BRANCH" ] && [ "$TRAVIS_BRANCH" == "master" ]; then
2
- npx auto shipit $AUTO_OPTS
+ npx auto@$AUTO_VERSION shipit $AUTO_OPTS
3
else
4
echo "Not on master, skipping deploy"
5
fi
0 commit comments