Release v66

This commit is contained in:
Michael Otto
2026-03-03 14:12:40 +01:00
parent 98fb235fb9
commit 8ee99fa5da

View File

@@ -150,7 +150,7 @@ jobs:
--arg tag "$TAG" \
--arg name "Version $VERSION" \
--arg body "${{ steps.changelog.outputs.current }}" \
'{tag_name: $tag, name: $name, body: $body, draft: false, prerelease: true}')
'{tag_name: $tag, name: $name, body: $body, draft: true, prerelease: true}')
API_RESPONSE=$(curl -s -X POST "$API_URL" \
-H "accept: application/json" \