Skip to content

Commit 8b9fce5

Browse files
authored
Update blank.yml
1 parent 88106fb commit 8b9fce5

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 }}" >> ./release.md
102+
run: git tag -n10 --list ${{ github.ref }}
103103

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

0 commit comments

Comments
 (0)