diff --git a/.github/workflows/stage-release.yml b/.github/workflows/stage-release.yml
index cfacce6185749..b2e9bdddaaac0 100644
--- a/.github/workflows/stage-release.yml
+++ b/.github/workflows/stage-release.yml
@@ -65,10 +65,6 @@ jobs:
uses: softprops/action-gh-release@v2
with:
name: Selenium ${{ env.VERSION }}
- body: |
- ## Detailed Changelogs by Component
- **[Java](https://github.com/SeleniumHQ/selenium/blob/trunk/java/CHANGELOG)** | **[Python](https://github.com/SeleniumHQ/selenium/blob/trunk/py/CHANGES)** | **[DotNet](https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/CHANGELOG)** | **[Ruby](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES)** | **[JavaScript](https://github.com/SeleniumHQ/selenium/blob/trunk/javascript/node/selenium-webdriver/CHANGES.md)** | **[IEDriver](https://github.com/SeleniumHQ/selenium/blob/trunk/cpp/iedriverserver/CHANGELOG)**
-
tag_name: selenium-${{ env.VERSION }}
draft: true
generate_release_notes: true