Skip to content

Commit cfde627

Browse files
committed
chore(workflows): update Changelog action and release creation
1 parent 8b2bce8 commit cfde627

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/windows.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,12 @@ jobs:
8686
- name: Create and Upload Release
8787
id: create_release
8888
uses: softprops/action-gh-release@v2
89-
if: ${{ steps.changelog.outputs.skipped == 'false' }}
9089
with:
9190
tag_name: v${{ env.VERSION }}
9291
name: Release v${{ env.VERSION }}
9392
body: |
9493
![GitHub Downloads (specific asset, specific tag)](https://img.shields.io/github/downloads/amnweb/yasb/v${{ env.VERSION }}/${{ env.FILENAME }})
95-
${{ steps.changelog.outputs.changes }}
94+
${{ steps.changelog.outputs.clean_changelog }}
9695
append_body: true
9796
files: |
9897
src/dist/out/*.msi

0 commit comments

Comments
 (0)