Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit 61c09e4

Browse files
authored
Merge pull request #168 from relay-tools/fix-auto-failure
Specify the version of auto or default to v7
2 parents 1e49bd6 + 753ef9f commit 61c09e4

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)