Skip to content

Commit dd54014

Browse files
committed
try to fix release-plz missing commits in release flow
1 parent ef6c8dd commit dd54014

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
cancel-in-progress: false
4141
steps:
4242
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
43+
with:
44+
fetch-depth: 0
4345
- uses: actions-rust-lang/setup-rust-toolchain@1780873c7b576612439a134613cc4cc74ce5538c # v1
4446
with:
4547
cache: false

0 commit comments

Comments
 (0)