Skip to content

Commit 8e8fe18

Browse files
committed
fix(changelog): fetching main first
1 parent 0250256 commit 8e8fe18

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/changelog.yml

+3
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
git config user.name "github-actions[bot]"
3737
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
3838
39+
# Fetch the main branch to ensure local ref is up-to-date
40+
git fetch origin main
41+
3942
# Checkout main branch
4043
git checkout main
4144

0 commit comments

Comments
 (0)