Release-Name zu VERSION ohne 'Version' Präfix geändert
All checks were successful
Release Plugin / release (push) Successful in 4s

This commit is contained in:
Michael Otto
2026-03-13 09:31:23 +01:00
parent 74d8eb468d
commit 23827bbd13

View File

@@ -175,7 +175,7 @@ jobs:
JSON=$(jq -n \
--arg tag "$TAG" \
--arg name "Version $VERSION" \
--arg name "$VERSION" \
--arg body "${{ steps.changelog.outputs.current }}" \
--argjson draft "${{ steps.releaseinfo.outputs.draft }}" \
--argjson prerelease "${{ steps.releaseinfo.outputs.prerelease }}" \