mirror of
https://github.com/xtr-dev/payload-automation.git
synced 2025-12-10 00:43:23 +00:00
The workflow now detects version changes by: 1. Looking for version bump commits (created by npm version) 2. Checking if package.json was modified and version actually changed This works with the npm version workflow where: 1. Make changes and commit them 2. Run npm version patch (creates version commit) 3. Push both commits - workflow publishes on version commit