Skip to content

Commit 4940775

Browse files
authored
Update blank.yml
1 parent 364725e commit 4940775

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/blank.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,9 @@ jobs:
9999
zip --junk-paths debian.zip *.deb; mv debian.zip /tmp
100100
101101
- name: Build Release notes
102-
run: git tag -n10 --list ${{ github.ref_name }}
102+
run: |
103+
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
104+
git tag -l --format='%(contents)' ${{ github.ref_name }}
103105
104106
- name: Build a changelog
105107
run: ./infra/scripts/prepare_release_msg.sh >> ./release.md

0 commit comments

Comments
 (0)