Skip to content

Commit

Permalink
Removed automated release publishing from the actions
Browse files Browse the repository at this point in the history
  • Loading branch information
YuriyIvon committed Feb 10, 2024
1 parent ce2d094 commit 6314250
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
name: publish

on:
workflow_dispatch:
inputs:
release_notes:
required: true

jobs:
build:

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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 }}

0 comments on commit 6314250

Please sign in to comment.