diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index da80890267..f01d6fddb6 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)