mirror of
https://github.com/Lissy93/dashy.git
synced 2026-04-29 06:22:42 -04:00
- Now it gets triggered whenever a release is made (either by the existing auto release from new minor version update, or if there's a manual release) - Adds concurrency block to prevent same version triggering multiple same time runs - Switches order of TAG reading condition (use git data first, and fallback to manual data if undefined) - Update checkout action from v4 to v6 - Re-uses existing TAG env var instead of repeating the if condition - Downgrades node version to 20, because 24 won't work yet Thanks @CrazyWolf13!