Skip to content

Commit 9de009f

Browse files
authored
Update blank.yml
1 parent 4940775 commit 9de009f

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
@@ -101,7 +101,7 @@ jobs:
101101
- name: Build Release notes
102102
run: |
103103
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
104-
git tag -l --format='%(contents)' ${{ github.ref_name }}
104+
git tag -l --format='%(contents)' ${{ github.ref_name }} >> ./release.md
105105
106106
- name: Build a changelog
107107
run: ./infra/scripts/prepare_release_msg.sh >> ./release.md

0 commit comments

Comments
 (0)