diff --git a/.github/workflows/build-kata-static-tarball-amd64.yaml b/.github/workflows/build-kata-static-tarball-amd64.yaml index fb6a184af5..86dcc3d95c 100644 --- a/.github/workflows/build-kata-static-tarball-amd64.yaml +++ b/.github/workflows/build-kata-static-tarball-amd64.yaml @@ -327,6 +327,7 @@ jobs: with: ref: ${{ inputs.commit-hash }} fetch-depth: 0 + fetch-tags: true persist-credentials: false - name: Rebase atop of the latest target branch run: | diff --git a/.github/workflows/build-kata-static-tarball-arm64.yaml b/.github/workflows/build-kata-static-tarball-arm64.yaml index c520c37159..71142a39a4 100644 --- a/.github/workflows/build-kata-static-tarball-arm64.yaml +++ b/.github/workflows/build-kata-static-tarball-arm64.yaml @@ -297,6 +297,7 @@ jobs: with: ref: ${{ inputs.commit-hash }} fetch-depth: 0 + fetch-tags: true persist-credentials: false - name: Rebase atop of the latest target branch run: | diff --git a/.github/workflows/build-kata-static-tarball-ppc64le.yaml b/.github/workflows/build-kata-static-tarball-ppc64le.yaml index 3857db9fb4..2f4be990f8 100644 --- a/.github/workflows/build-kata-static-tarball-ppc64le.yaml +++ b/.github/workflows/build-kata-static-tarball-ppc64le.yaml @@ -240,6 +240,7 @@ jobs: with: ref: ${{ inputs.commit-hash }} fetch-depth: 0 + fetch-tags: true persist-credentials: false - name: Rebase atop of the latest target branch run: | diff --git a/.github/workflows/build-kata-static-tarball-s390x.yaml b/.github/workflows/build-kata-static-tarball-s390x.yaml index 1b9bdf7590..ac7220aaaa 100644 --- a/.github/workflows/build-kata-static-tarball-s390x.yaml +++ b/.github/workflows/build-kata-static-tarball-s390x.yaml @@ -326,6 +326,7 @@ jobs: with: ref: ${{ inputs.commit-hash }} fetch-depth: 0 + fetch-tags: true persist-credentials: false - name: Rebase atop of the latest target branch run: |