diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 545e712..f4b5cbf 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,11 +1,5 @@ name: publish -on: - workflow_dispatch: - inputs: - release_notes: - required: true - jobs: build: @@ -49,7 +43,6 @@ jobs: with: tag_name: ${{ env.APP_VERSION }} release_name: ${{ env.APP_VERSION }} - body: ${{ github.event.inputs.release_notes }} draft: true prerelease: false - name: Upload Windows Artifact @@ -79,9 +72,3 @@ jobs: asset_path: ./DatabaseBenchmark-${{ env.APP_VERSION }}-osx-x64.zip asset_name: DatabaseBenchmark-${{ env.APP_VERSION }}-osx-x64.zip asset_content_type: application/zip - - name: Publish Release - uses: eregon/publish-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - release_id: ${{ steps.create_release.outputs.id }} \ No newline at end of file