diff --git a/js/scripts/push-cargo.sh b/js/scripts/push-cargo.sh index 83f5a199b..d32b6f6b7 100755 --- a/js/scripts/push-cargo.sh +++ b/js/scripts/push-cargo.sh @@ -4,7 +4,7 @@ set -e # variables PVER="1-9" UTCDATE=`date -u "+%Y%m%d-%H%M%S"` -BRANCH="beta" +BRANCH="stable" GIT_PARITY="https://${GITHUB_JS_PRECOMPILED}:@github.com/paritytech/parity.git" echo "*** [cargo] Setting up GitHub config for parity"