- Change 'changed' check from truthy string to explicit 'true' comparison - GitHub Actions treats non-empty strings as truthy, causing step to run unexpectedly - This was causing the workflow to attempt updating v0.3.0 release when it shouldn't