Skip to content

Commit a19474f

Browse files
authored
ci(release-please): use fetch-depth 0 before amending commit (#3090)
1 parent 537cb67 commit a19474f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
ref: release-please--branches--main
5151
# use a token so that workflows on the PR run when we push later
5252
token: ${{ steps.otelbot-token.outputs.token }}
53+
fetch-depth: 0
5354

5455
# previous commiter does not have CLA signed, and the commit is missing updates to package-lock.json,
5556
# so we re-write that commit here with the proper changes

0 commit comments

Comments
 (0)