diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 44ba78945f18d1f4c37bdd003112322977fc8fbc..57b3eb0bd6a7e86231d6bcc81d402a7e02f5a021 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -40,18 +40,3 @@ jobs:
         poetry --no-interaction -v publish --build --repository remote --username "__token__" --password "$PYPI_API_TOKEN"
       env:
         PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
-
-  release:
-    needs: publish
-    runs-on: ubuntu-latest
-    steps:
-    - name: Create Release
-      id: create_release
-      uses: actions/create-release@v1
-      env:
-        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
-      with:
-        tag_name: ${{ github.ref }}
-        release_name: Release ${{ github.ref }}
-        draft: false
-        prerelease: false