From b50e9383935833cec3c2400e7819110bf23ddd3b Mon Sep 17 00:00:00 2001 From: Kyriakos Sidiropoulos Date: Fri, 5 Apr 2024 14:52:53 +0200 Subject: [PATCH] fix (github-actions.yml): attempt to fix the version-calculation issue we've observed in github (experimental) --- .github/workflows/github-actions.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 74edf0db..4f0c1ebb 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -41,6 +41,9 @@ jobs: uses: 'actions/checkout@v3' # with: # fetch-depth: 1 + + - name: '🔽 🏷 Fetch Tags' # https://github.com/actions/checkout/issues/1471#issuecomment-1755560284 + run: git fetch --prune --unshallow --tags - name: '🛠 Setup Build Environment' shell: 'bash'