From 06f66b2d1975e89cec3ab190282217a369bdfcce Mon Sep 17 00:00:00 2001 From: Charles Haynes Date: Fri, 13 Sep 2024 10:13:38 -0400 Subject: [PATCH] Test 2 --- .github/workflows/deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index da8089026..f01d6fddb 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,6 +19,9 @@ jobs: - uses: actions/checkout@v4 with: fetch-tags: true + - name: Force Fetch + run: | + git fetch --prune --unshallow --tags - name: Set git tag and SHA run: | VERSION=$(git tag --sort=committerdate | grep -E '[0-9]' | tail -1 | cut -b 1-7)