From 186b6eca750cb5291d4247937bd1bc53cc8a94f8 Mon Sep 17 00:00:00 2001 From: Parker Brown <17183625+parkerbxyz@users.noreply.github.com> Date: Mon, 11 Mar 2024 18:37:24 -0700 Subject: [PATCH] fix: replace `fetch-tags` with `fetch-depth` https://github.com/actions/checkout/issues/1471 --- .github/workflows/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index e499089..23e0200 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -24,7 +24,7 @@ jobs: release-type: ${{ inputs.release-type }} - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: - fetch-tags: true + fetch-depth: 0 - name: Configure Git if: steps.release.outputs.release_created == 'true' run: |