diff --git a/.github/workflows/publish-images.yaml b/.github/workflows/publish-images.yaml index 56e5357..90588ac 100644 --- a/.github/workflows/publish-images.yaml +++ b/.github/workflows/publish-images.yaml @@ -14,9 +14,9 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 1 - - - name: Describe the current state - run: git describe --tags + + - name: Unshallow + run: git fetch --prune --unshallow --tags - name: Set env vars for the job run: |