Skip to content

Commit 3eced1c

Browse files
committed
chore(workflows): update Changelog action and release creation
1 parent 5e7efde commit 3eced1c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/windows.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ jobs:
5959

6060
- name: Create Changelog
6161
id: changelog
62-
uses: TriPSs/conventional-changelog-action@v5
62+
uses: loopwerk/tag-changelog@v1
6363
with:
64-
github-token: ${{ secrets.PAT }}
64+
token: ${{ secrets.PAT }}
6565

6666
- name: Generate Checksum
6767
run: |
@@ -90,7 +90,7 @@ jobs:
9090
name: Release v${{ env.VERSION }}
9191
body: |
9292
![GitHub Downloads (specific asset, specific tag)](https://img.shields.io/github/downloads/amnweb/yasb/v${{ env.VERSION }}/${{ env.FILENAME }})
93-
${{ steps.changelog.outputs.clean_changelog }}
93+
${{ steps.changelog.outputs.changes }}
9494
append_body: true
9595
files: |
9696
src/dist/out/*.msi

0 commit comments

Comments
 (0)