From aef49b32c80f20d83af9b05aa202248fa84059f4 Mon Sep 17 00:00:00 2001 From: Simon Gellis Date: Mon, 26 Aug 2024 16:38:21 -0400 Subject: [PATCH] Also pass a releaseName --- .github/workflows/release_tauri.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release_tauri.yml b/.github/workflows/release_tauri.yml index a50df33..b3f8f11 100644 --- a/.github/workflows/release_tauri.yml +++ b/.github/workflows/release_tauri.yml @@ -68,5 +68,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: + releaseName: ${{ steps.release-tag.outputs.tag }} tagName: ${{ steps.release-tag.outputs.tag }} args: ${{ matrix.args }} \ No newline at end of file