pull tags before publishing

This commit is contained in:
Richard Macias
2026-02-14 15:22:04 -06:00
parent af86ee3d2d
commit 667c60ba03

View File

@@ -388,6 +388,9 @@ def main() -> None:
check_prerequisites() check_prerequisites()
print("Fetching tags from remote...")
run(["git", "fetch", "--tags"])
latest = get_latest_tag() latest = get_latest_tag()
# Determine version # Determine version