Skip to content

Commit

Permalink
Update .github/workflows/release_gui.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fwqaaq authored Aug 6, 2023
1 parent 6025372 commit c5fbb06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_gui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ jobs:
projectPath: 'crates/gui'
tagName: ${{ needs.create_release.outputs.version }}
releaseName: 'Seam ${{ needs.create_release.outputs.version }}'
releaseBody: '${{ needs.create_release.outputs.changes }}}}'
releaseBody: '${{ needs.create_release.outputs.changes }}'
releaseDraft: false
prerelease: false

0 comments on commit c5fbb06

Please sign in to comment.