From d8b8f6d7c4eb0e9044676a1be8bf6597682f754e Mon Sep 17 00:00:00 2001 From: yawenzzzz Date: Thu, 5 Dec 2024 23:53:26 +0000 Subject: [PATCH] force fetch tag --- .github/workflows/landsat_vessel.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/landsat_vessel.yaml b/.github/workflows/landsat_vessel.yaml index 25ff08b..f2f1a45 100644 --- a/.github/workflows/landsat_vessel.yaml +++ b/.github/workflows/landsat_vessel.yaml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 # Ensure all history and tags are fetched - name: Fetch tags - run: git fetch --tags + run: git fetch --tags --force # Step 2: Extract the version from the latest tag and its associated commit SHA - name: Get latest tag and associated SHA