diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index 2711df359..e5f407838 100644 --- a/.github/workflows/release-notes.yml +++ b/.github/workflows/release-notes.yml @@ -22,11 +22,6 @@ jobs: if: steps.check_release_drafter.outputs.has_release_drafter == 'true' env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} - with: - prerelease: true - name: 2.1.0 - tag: v2.1.0 - version: 2.1.0 # Otherwise: - name: Export Gradle Properties if: steps.check_release_drafter.outputs.has_release_drafter == 'false'