Skip to content

Commit 8ff717f

Browse files
authored
chore: fix workflow for releases (#817)
1 parent 5a286fd commit 8ff717f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/pre_release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ jobs:
120120
uses: actions/checkout@v4
121121
with:
122122
ref: ${{ needs.update_changelog.outputs.changelog_commitish }}
123+
fetch-depth: 0
123124

124125
- name: Use Node.js 22
125126
uses: actions/setup-node@v4

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ jobs:
143143
uses: actions/checkout@v4
144144
with:
145145
ref: ${{ needs.update_changelog.outputs.changelog_commitish }}
146+
fetch-depth: 0
146147

147148
- name: Use Node.js 22
148149
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)