Fixed wrongly quoted variable in jq pattern.

This commit is contained in:
Patrick Lehmann
2025-11-13 13:33:20 +01:00
parent b04ceae7bb
commit 546bf3db8a
9 changed files with 17 additions and 20 deletions

View File

@@ -549,7 +549,7 @@ jobs:
)" \
'{"tag": $tag, "version": $version, "git-hash": $hash, "repository-url": $repo, "release-url": $release, "categories": $categories, "latest": $jsonLatest}' \
)" \
'{"version": "$structVersion", "timestamp": $date, "meta": $jsonMeta, "files": {}}'
'{"version": $structVersion, "timestamp": $date, "meta": $jsonMeta, "files": {}}'
)
fi