We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
v2
1 parent e66a109 commit 32d52a6Copy full SHA for 32d52a6
scripts/ci/after_success.sh
@@ -42,4 +42,8 @@ if [ "$TRAVIS_BRANCH" == "develop" ]; then
42
push 'alpha'
43
fi;
44
45
+if [ "$TRAVIS_BRANCH" == "v2" ]; then
46
+ push 'release-v2'
47
+fi;
48
+
49
exit 0;
0 commit comments