Skip to content

Commit 487a22f

Browse files
committed
Fetch commit history for release note
1 parent ffd7da6 commit 487a22f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ jobs:
88
steps:
99
- name: Checkout
1010
uses: actions/checkout@v4
11-
- run: git fetch --tags origin
11+
with:
12+
fetch-depth: 0
1213
- name: Setup Bun
1314
uses: oven-sh/setup-bun@v2
1415
- name: Install dependencies

0 commit comments

Comments
 (0)