This repository was archived by the owner on Nov 14, 2025. It is now read-only.
v1.10.7
Patch Changes
-
#310
e166a4e- Update lint-staged from 16.2.3 to 16.2.4This is a dev dependency update for the pre-commit hook tooling. No changes to production code or user-facing functionality.
-
#310
e166a4e- Fix artifact name resolution in publish workflow by using full commit SHAThe determine-artifact.sh script was incorrectly shortening the parent commit SHA to 7 characters when searching for artifacts, but the main workflow creates artifacts with the full SHA. This mismatch caused the publish workflow to fail when trying to locate Docker and NPM artifacts for publishing.