Skip to content

Commit b23f3d6

Browse files
committed
Fix workflow to fetch all repo
1 parent be955f7 commit b23f3d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/prepare_release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
app_id: ${{ secrets.PIPELINE_GITHUB_APP_ID }}
2323
private_key: ${{ secrets.PIPELINE_GITHUB_APP_PRIVATE_KEY }}
2424
- uses: actions/checkout@v2
25+
with:
26+
fetch-depth: 0
2527

2628
- name: Setup Git
2729
run: |

0 commit comments

Comments
 (0)