Scope the sidecar trailer by package so a mixed branch cannot lose it
CI / full-gate (push) Successful in 2m50s

This commit is contained in:
2026-08-22 12:01:35 +02:00
parent 6c07856159
commit d62c7faabd
6 changed files with 17 additions and 4 deletions
+1
View File
@@ -83,6 +83,7 @@ jobs:
run: |
set -euo pipefail
VERSION=${INPUT_VERSION:-${GIT_TAG#v}}
VERSION=${VERSION#v}
# An empty dispatch input falls back to the branch name, so gate this like a tag.
docker run --rm -v "$PWD:/repo" -w /repo node:24.19.0-alpine3.24 \
node release-tooling/contract-version.ts "$VERSION" src/plugin-host/plugin.ts