Skip to content

Commit 753ef9f

Browse files
committed
Specify the version of auto or default to v7
1 parent 1e49bd6 commit 753ef9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
if [ ! -z "$TRAVIS_BRANCH" ] && [ "$TRAVIS_BRANCH" == "master" ]; then
2-
npx auto shipit $AUTO_OPTS
2+
npx auto@$AUTO_VERSION shipit $AUTO_OPTS
33
else
44
echo "Not on master, skipping deploy"
55
fi

0 commit comments

Comments
 (0)