From 6314250b95cbe1fbd06be28e98a8b564e2e49da9 Mon Sep 17 00:00:00 2001 From: Yuriy Ivon Date: Sat, 10 Feb 2024 11:22:14 +0000 Subject: [PATCH] Removed automated release publishing from the actions --- .github/workflows/publish.yml | 13 ------------- 1 file changed, 13 deletions(-) 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