From 47c39adc49654bb3d3155a3d0fd8767185651b5c Mon Sep 17 00:00:00 2001 From: Steve Tu Date: Sun, 23 Apr 2023 12:02:47 -0700 Subject: [PATCH] Fix GitHub action using wrong step.with key --- .github/workflows/build-and-deploy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 43ce7e0..806c72b 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -110,7 +110,6 @@ jobs: name: ${{steps.name_version_getter.outputs.VERSION}} tag_name: ${{steps.name_version_getter.outputs.VERSION}} draft: true - with: - body: ${{steps.release_notes.outputs.changelog}} + body: ${{steps.release_notes.outputs.changelog}} files: | ./src-tauri/target/release/${{steps.name_version_getter.outputs.FILE_NAME}}