Skip to content

Commit 5b6c0fd

Browse files
committed
fix: improve debug on ci cd
1 parent 5aeabd2 commit 5b6c0fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ jobs:
134134
- name: Generate release notes
135135
id: release_notes
136136
run: |
137+
git fetch
137138
echo "## What's changed" > release_notes.md
138139
git log --pretty=format:"%h %s by @%an" ${{ steps.previous_tag.outputs.previous_tag }}..${{ steps.version.outputs.new_version }} | \
139140
while read line; do

0 commit comments

Comments
 (0)