Fix formatting issues in skill release workflow YAML (#10)

This commit is contained in:
davida-ps
2026-02-08 20:17:35 +01:00
committed by GitHub
parent 4542b7b96b
commit 57eeb6d8f3
+4 -4
View File
@@ -273,7 +273,7 @@ jobs:
"repository": "${{ github.repository }}",
"tag": "${tag}",
"files": {
EOF
EOF
first=true
temp_sbom_file="$(mktemp)"
@@ -300,7 +300,7 @@ jobs:
"path": "${file}",
"url": "https://github.com/${{ github.repository }}/releases/download/${tag}/${filename}"
}
FILEENTRY
FILEENTRY
cp "${full_path}" "${out_assets}/${filename}"
else
@@ -321,12 +321,12 @@ jobs:
"size": ${skill_json_size},
"url": "https://github.com/${{ github.repository }}/releases/download/${tag}/skill.json"
}
SKILLJSON
SKILLJSON
cat >> "${checksums_file}" << EOF
}
}
EOF
EOF
if ! jq -e . "${checksums_file}" >/dev/null 2>&1; then
echo "::error file=${checksums_file}::Generated checksums.json is invalid JSON."