chore: bump plugin versions to 0.1.1 and fix JSON object key access in CI scripts
Release / check-release (push) Successful in 22s
Release / build (push) Skipped
Release / package (deb) (push) Skipped
Release / package (rpm) (push) Skipped
Release / publish (push) Skipped
Plugin Releases / detect (push) Successful in 1m37s
CI / test (push) Successful in 1m59s
Plugin Releases / build-package-publish (push) Failing after 1m27s

This commit is contained in:
Elias Wendland
2026-07-17 19:09:04 +02:00
parent 2ae66dd134
commit 96ffe372ba
12 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ jobs:
run: |
matrix=$(packaging/changed-plugins.sh "$BEFORE" "$AFTER")
echo "matrix=$matrix" >> "$GITHUB_OUTPUT"
echo "count=$(jq '.include | length' <<<"$matrix")" >> "$GITHUB_OUTPUT"
echo "count=$(jq '.["include"] | length' <<<"$matrix")" >> "$GITHUB_OUTPUT"
build-package-publish:
needs: detect