Skip to content

Commit

Permalink
Merge pull request cli#10145 from shauryatiwari1/remove-discussions
Browse files Browse the repository at this point in the history
Remove release discussion posts and clean up related block in deployment yml
  • Loading branch information
jtmcg authored Dec 27, 2024
2 parents c968e5c + eed3626 commit 6c51451
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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=""
Expand Down

0 comments on commit 6c51451

Please sign in to comment.