From 8c1e3764c76b47845e066ca7a4fddd4820b2b551 Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Wed, 1 Oct 2025 12:39:42 -0400 Subject: [PATCH] chore(task): add helper for fetching tags --- Taskfile.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Taskfile.yaml b/Taskfile.yaml index 0739cab998f34c7b4129b0765b9b225a2455f8ae..8f714b0e5afba0dec28f85627be47503dc59c0fb 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -102,3 +102,8 @@ tasks: - git tag --annotate --sign {{.NEXT}} {{.CLI_ARGS}} - echo "Pushing {{.NEXT}}..." - git push origin --tags + + fetch-tags: + cmds: + - git tag -d nightly || true + - git fetch --tags