diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 6d2b6923414..91e1ba0991d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -96,6 +96,7 @@ jobs: with: ref: ${{ inputs.ref }} submodules: recursive + fetch-tags: true - name: Install Linux deps if: runner.os == 'Linux' diff --git a/.github/workflows/publish-docker.yaml b/.github/workflows/publish-docker.yaml index 893a72ca204..1822d5561c7 100644 --- a/.github/workflows/publish-docker.yaml +++ b/.github/workflows/publish-docker.yaml @@ -47,6 +47,7 @@ jobs: with: ref: ${{ inputs.tag }} submodules: recursive + fetch-tags: true - name: Log in to Docker Hub uses: docker/login-action@v3 diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index ac679fccc62..9c55857de77 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -55,7 +55,6 @@ jobs: - uses: actions/checkout@v4 with: fetch-tags: true - persist-credentials: false - name: Compute latest id: compute