diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c452d8c..e07fbfe 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -83,7 +83,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - fetch-tags: true + fetch-depth: 0 - name: Login to DockerHub uses: docker/login-action@v3