Letzte Fehler behoben

This commit is contained in:
Michael Otto
2026-03-03 14:47:45 +01:00
parent 3ee93bdc0d
commit aecf203932
2 changed files with 3 additions and 3 deletions

View File

@@ -163,7 +163,7 @@ jobs:
JSON=$(jq -n \
--arg tag "$TAG" \
--arg name "Version $VERSION" \
--arg body "Automatisch erzeugtes Release für Kanal: $CHANNEL" \
--arg body "${{ steps.changelog.outputs.current }}" \
--argjson draft "${{ steps.releaseinfo.outputs.draft }}" \
--argjson prerelease "${{ steps.releaseinfo.outputs.prerelease }}" \
'{tag_name: $tag, name: $name, body: $body, draft: $draft, prerelease: $prerelease}')