diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2691eca..71a344f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,7 +50,10 @@ jobs: group: release-plz-${{ github.ref }} cancel-in-progress: false steps: - - *checkout + - name: Checkout repository + uses: actions/checkout@v4 + with: + fetch-depth: 0 - *install-rust - *setup-libudenv - name: Run release-plz