diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5620c5b..e199d29 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: - name: Checkout uses: actions/checkout@v5 with: - fetch-depth: 0 + fetch-depth: 1 persist-credentials: false - name: Install requirements