mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-11 22:12:23 +00:00
89bdb534e0
actions/checkout@v4 does not fetch tags by default, causing the previous tag lookup to fail and fall back to comparing with the first commit SHA. Added fetch-depth: 0 to fetch all history including tags.