Skip to content

Commit

Permalink
Fix GitHub action using wrong step.with key
Browse files Browse the repository at this point in the history
  • Loading branch information
steve1316 committed Apr 23, 2023
1 parent fb3f185 commit 47c39ad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}

0 comments on commit 47c39ad

Please sign in to comment.