There was an error while loading. Please reload this page.
1 parent a6d84d3 commit 26dd27dCopy full SHA for 26dd27d
1 file changed
.github/workflows/validate.yml
@@ -56,7 +56,7 @@ jobs:
56
- name: Check version sync
57
run: |
58
echo "Checking version sync..."
59
- MARKETPLACE_VERSION=$(python3 -c "import json; print(json.load(open('.claude-plugin/marketplace.json'))['version'])")
+ MARKETPLACE_VERSION=$(python3 -c "import json; print(json.load(open('.claude-plugin/marketplace.json'))['metadata']['version'])")
60
PLUGIN_VERSION=$(python3 -c "import json; print(json.load(open('.claude-plugin/plugin.json'))['version'])")
61
if [ "$MARKETPLACE_VERSION" != "$PLUGIN_VERSION" ]; then
62
echo "ERROR: Version mismatch - marketplace.json ($MARKETPLACE_VERSION) != plugin.json ($PLUGIN_VERSION)"
0 commit comments