Skip to content

Commit 29e4a11

Browse files
committed
workflow: force fetch all tags in release action
1 parent e042888 commit 29e4a11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
uses: actions/checkout@v4
4444
with:
4545
ref: ${{ inputs.branch }}
46+
fetch-depth: 0 # need this to get tags for changelog generation
4647

4748
- name: Install pnpm
4849
uses: pnpm/action-setup@v4

0 commit comments

Comments
 (0)