Remove release discussion posts and clean up related block in deployment yml

This commit is contained in:
shauryatiwari1 2024-12-27 15:15:21 +05:30
parent 48bc3cabab
commit eed3626521

View file

@ -351,8 +351,6 @@ jobs:
)
if [[ $TAG_NAME == *-* ]]; then
release_args+=( --prerelease )
else
release_args+=( --discussion-category "General" )
fi
guard="echo"
[ "$DO_PUBLISH" = "false" ] || guard=""