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 }}