3
0

gitea actions ng41

This commit is contained in:
Michael Otto
2026-03-18 13:40:06 +01:00
parent d872fc0d2a
commit efe8f297d4

View File

@@ -162,7 +162,7 @@ jobs:
API_URL="https://${{ vars.RELEASE_URL }}/api/v1/repos/${PLUGIN_GROUP}/${PLUGIN_NAME}/releases"
JSON=$(jq -n \
--arg tag "Version $VERSION-$CHANNEL" \
--arg tag "$VERSION-$CHANNEL" \
--arg name "Version $VERSION-$CHANNEL" \
--arg body "$BODY" \
--argjson prerelease "$PRERELEASE" \