From 57eeb6d8f3079a5cda55a77f2a36d2ac706a9a9f Mon Sep 17 00:00:00 2001 From: davida-ps Date: Sun, 8 Feb 2026 20:17:35 +0100 Subject: [PATCH] Fix formatting issues in skill release workflow YAML (#10) --- .github/workflows/skill-release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/skill-release.yml b/.github/workflows/skill-release.yml index ad6e144..5b70e5a 100644 --- a/.github/workflows/skill-release.yml +++ b/.github/workflows/skill-release.yml @@ -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."