diff --git a/ci/testnet-manager.sh b/ci/testnet-manager.sh index 54d434debb..06c31f6fc1 100755 --- a/ci/testnet-manager.sh +++ b/ci/testnet-manager.sh @@ -386,7 +386,7 @@ deploy() { ( echo "--- net.sh update" set -x - time net/net.sh update -t edge --platform linux --platform osx --platform windows + time net/net.sh update -t "$CHANNEL_OR_TAG" --platform linux --platform osx --platform windows ) ;; testnet-perf)