diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 82e18a1..628d971 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -149,7 +149,7 @@ jobs: JSON=$(jq -n \ --arg tag "$TAG" \ --arg name "Version $VERSION" \ - --arg body "${{ steps.changelog.outputs.full }}" \ + --arg body "${{ steps.changelog.outputs.current }}" \ '{tag_name: $tag, name: $name, body: $body, draft: false, prerelease: false}') API_RESPONSE=$(curl -s -X POST "$API_URL" \ diff --git a/templates/metadata.template b/templates/metadata.template index 9b67d67..03702bf 100644 --- a/templates/metadata.template +++ b/templates/metadata.template @@ -11,4 +11,4 @@ tracker=https://{{TRACKER}}/issues repository=https://{{REPOSITORY}} experimental={{EXPERIMENTAL}} deprecated={{DEPRECATED}} -supportsQt6={{QT6}} \ No newline at end of file +supportsQt6={{QT6}}