Skip to content

Commit ec3f233

Browse files
ci: fix fetch depth for changelog generation
1 parent 4726f33 commit ec3f233

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v5
17+
with:
18+
fetch-depth: 0
1719
- uses: pnpm/action-setup@v4
1820
- uses: actions/setup-node@v6
1921
with:

0 commit comments

Comments
 (0)