Skip to content

fix: read schema version from package.json instead of non-existent --version flag#37

Merged
jorisjonkers-dev-agents[bot] merged 1 commit into
mainfrom
fix/deploy-artifact-version-check
Jul 9, 2026
Merged

fix: read schema version from package.json instead of non-existent --version flag#37
jorisjonkers-dev-agents[bot] merged 1 commit into
mainfrom
fix/deploy-artifact-version-check

Conversation

@jorisjonkers-dev-agents

Copy link
Copy Markdown
Contributor

The deploy-artifact run.sh was calling deploy-config-schema --version to verify the installed package version, but the CLI does not support a --version flag for displaying the tool version (it uses --version as a bundle pack parameter). This caused installed= to be always empty, which in turn always triggered E_SCHEMA_VERSION_MISMATCH.

Fix: read the version from the installed package.json directly using node, which is always present in the CI environment.

@jorisjonkers-dev-agents jorisjonkers-dev-agents Bot merged commit 0cc8c8a into main Jul 9, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant