Skip to content

Commit d6afdb9

Browse files
authored
Update package-prepare-release workflow to work when release was previously aborted (#4235)
1 parent 413c98e commit d6afdb9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/package-prepare-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
next_version: ${{ steps.verify.outputs.next_version }}
3434
steps:
3535
- uses: actions/checkout@v4
36+
with:
37+
fetch-depth: 0
3638

3739
- id: verify
3840
name: Verify prerequisites

0 commit comments

Comments
 (0)