diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b0f7b83..9ed6ba5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -201,6 +201,10 @@ jobs: # - linux/riscv64 - linux/s390x steps: + - name: Checkout + uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Prepare run: | platform=${{ matrix.platform }}