From 444a4ed3596a1671e0a76fd8e1553b152c34bae8 Mon Sep 17 00:00:00 2001 From: taroj1205 Date: Mon, 18 Nov 2024 10:35:48 +1300 Subject: [PATCH] ci: update release workflow --- .github/workflows/release.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d486c25..e7faf7d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -126,7 +126,7 @@ jobs: with: tag_name: v${{ steps.version.outputs.APP_VERSION }} release_name: Clippr v${{ steps.version.outputs.APP_VERSION }} - body: ${{ github.event.pull_request.body }} + body: ${{ steps.release-summary.outputs.SUMMARY }} draft: true prerelease: false @@ -162,11 +162,3 @@ jobs: asset_path: src-tauri/target/release/Clippr.exe asset_name: Clippr_${{ steps.version.outputs.APP_VERSION }}_x64.exe asset_content_type: application/vnd.microsoft.portable-executable - - - name: Publish Release - if: success() - uses: eregon/publish-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - release_id: ${{ steps.create_release.outputs.id }}