Files
payload-mailing/.github/workflows
Bas van den Aakster 8d73409e89 Simplify workflow to basic NPM publish only
### 🔧 Improvements
- Removed all version bumping, changelog generation, and git manipulation
- Simplified to core workflow: checkout → setup → install → test → build → publish
- Removed complex conditions, branches, and notifications
- Uses whatever version is currently in package.json

### 🐛 Bug Fixes
- Eliminated potential workflow failures from complex logic
- Removed git force push operations and version conflicts
- Streamlined to reliable, standard publish pattern
2025-09-13 14:34:13 +02:00
..
2025-09-13 12:11:08 +02:00