From edb557a39d56970e337512db52c72a64204b792c Mon Sep 17 00:00:00 2001 From: marc-adaptive Date: Tue, 3 Dec 2024 21:18:31 -0500 Subject: [PATCH] [Build] Remove draft release notes --- .github/workflows/release.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5e62641cb7..d1ac89d635 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,14 +38,6 @@ jobs: uses: actions/checkout@v4 with: ref: ${{ github.ref }} - - name: Create Release - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - tag_name: ${{ github.ref }} - release_name: Release ${{ github.ref }} - draft: true - name: Setup java uses: actions/setup-java@v4 with: