Skip to content

Commit 364725e

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/blank.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ 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 }}
102+
run: git tag -n10 --list ${{ github.ref_name }}
103103

104104
- name: Build a changelog
105105
run: ./infra/scripts/prepare_release_msg.sh >> ./release.md

0 commit comments

Comments
 (0)