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 \ "$@"