Update go.yml

fixed the changelog not being displayed
This commit is contained in:
Alexandre1a 2025-03-19 15:28:00 +01:00 committed by GitHub
parent 1f19d9b602
commit 47761fae5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -91,6 +91,9 @@ jobs:
uses: softprops/action-gh-release@v1 uses: softprops/action-gh-release@v1
with: with:
files: dist/* files: dist/*
body: |
**Changelog**
${{ steps.changelog.outputs.CHANGELOG }}
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}