mirror of
https://github.com/wizarrrr/wizarr.git
synced 2026-06-12 07:44:46 -04:00
- Change trigger from push to pull_request closed - Only run when Release PRs are merged (title starts with 'Release v') - Check for existing releases to avoid duplicate creation errors - Simplify version checking using PR title instead of git comparison - Add proper error handling and informative summaries This prevents the workflow from running on every push to main and ensures it only creates releases when Release PRs are merged. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>