diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 47f88521..4e514e84 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,6 +33,8 @@ jobs: steps: - name: "Check out source code" uses: "actions/checkout@v4" + with: + fetch-depth: 0 - name: Capture Docker metadata id: meta uses: docker/metadata-action@v5