From 41bbceb75396af526101fedb613089dae0aa3aa3 Mon Sep 17 00:00:00 2001 From: mfahampshire Date: Fri, 5 Dec 2025 15:30:10 +0000 Subject: [PATCH] removed --no-publish flag from script --- publish-sdk.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/publish-sdk.sh b/publish-sdk.sh index 949aa9e46a..3b66c0295e 100755 --- a/publish-sdk.sh +++ b/publish-sdk.sh @@ -80,7 +80,6 @@ cargo release \ --prev-tag-name "" \ --no-push \ --no-tag \ - --no-publish \ - --allow-branch '*' \ + --allow-branch '*' \ # Max: at the moment we're accepting publication from whatever branch - maybe we want to restrain this to master in the future? -v \ "$@"