mirror of
https://github.com/lukaszraczylo/shared-actions.git
synced 2026-06-05 22:43:43 +00:00
6f59ddd894
The release job needs an explicit if condition to run even when optional jobs like frontend are skipped. Without this, GitHub Actions skips the release job when any dependency doesn't have 'success' status. Now release will run as long as version and build jobs succeed.