mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-09-01 02:28:41 +02:00
The AppImage release workflows trigger on any tag (the project tags releases as e.g. 8.3.662, without a v prefix), but the npm publish gate in main-wasm.yml required a v-prefixed tag, so a normal release tag built the AppImages but never published the npm package to GitHub Packages. The gate now accepts both forms, so a single tag releases everything.