From e2b22e6e64539f732f0fa3a2e2275f24061c3b3c Mon Sep 17 00:00:00 2001 From: Marc Pichler Date: Tue, 23 Sep 2025 12:56:11 +0200 Subject: [PATCH] ci(release-please): use fetch-depth 0 before amending commit --- .github/workflows/release-please.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 150f4d0aa8..a556011881 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -50,6 +50,7 @@ jobs: ref: release-please--branches--main # use a token so that workflows on the PR run when we push later token: ${{ steps.otelbot-token.outputs.token }} + fetch-depth: 0 # previous commiter does not have CLA signed, and the commit is missing updates to package-lock.json, # so we re-write that commit here with the proper changes