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'