*Run cd Rin/
Deploy version: refs/heads/dev
Package version: 1.0.0
❌ Version mismatch: deploying refs/heads/dev but package.json is 1.0.0
Error: Process completed with exit code 1.
AI建议:
Fix:
Update the version validation logic in .github/workflows/deploy.yaml (lines 39-63) to properly handle branch vs. tag triggers:
*Run cd Rin/
Deploy version: refs/heads/dev
Package version: 1.0.0
❌ Version mismatch: deploying refs/heads/dev but package.json is 1.0.0
Error: Process completed with exit code 1.
AI建议:
Fix:
Update the version validation logic in .github/workflows/deploy.yaml (lines 39-63) to properly handle branch vs. tag triggers: