## 2025 - got distracted by a side quest and tried to change the deprecated github feature in out pipeline to stop using: - set-output `echo "::set-output name=packageJson::$content"` - rather than the `GITHUB_OUTPUT` variable `echo "packageJson=$content" >> $GITHUB_OUTPUT` - but after making this change, now i'm getting weird bugs and nothing works, trying to get it fixed for the past 2 hours