We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b2bce8 commit cfde627Copy full SHA for cfde627
.github/workflows/windows.yaml
@@ -86,13 +86,12 @@ jobs:
86
- name: Create and Upload Release
87
id: create_release
88
uses: softprops/action-gh-release@v2
89
- if: ${{ steps.changelog.outputs.skipped == 'false' }}
90
with:
91
tag_name: v${{ env.VERSION }}
92
name: Release v${{ env.VERSION }}
93
body: |
94

95
- ${{ steps.changelog.outputs.changes }}
+ ${{ steps.changelog.outputs.clean_changelog }}
96
append_body: true
97
files: |
98
src/dist/out/*.msi
0 commit comments