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 5e7efde commit 3eced1cCopy full SHA for 3eced1c
.github/workflows/windows.yaml
@@ -59,9 +59,9 @@ jobs:
59
60
- name: Create Changelog
61
id: changelog
62
- uses: TriPSs/conventional-changelog-action@v5
+ uses: loopwerk/tag-changelog@v1
63
with:
64
- github-token: ${{ secrets.PAT }}
+ token: ${{ secrets.PAT }}
65
66
- name: Generate Checksum
67
run: |
@@ -90,7 +90,7 @@ jobs:
90
name: Release v${{ env.VERSION }}
91
body: |
92

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