removed --no-publish flag from script

This commit is contained in:
mfahampshire
2025-12-05 15:30:10 +00:00
parent f2c0cd2861
commit 41bbceb753
+1 -2
View File
@@ -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 \
"$@"