Remove release discussion posts and clean up related block in deployment yml
This commit is contained in:
parent
48bc3cabab
commit
eed3626521
1 changed files with 0 additions and 2 deletions
2
.github/workflows/deployment.yml
vendored
2
.github/workflows/deployment.yml
vendored
|
|
@ -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=""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue