Skip to content

Commit 0290030

Browse files
authored
Update blank.yml
1 parent bbeff70 commit 0290030

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
@@ -106,7 +106,7 @@ jobs:
106106
git tag -l --format='%(contents:body)' ${{ github.ref_name }} >> ./release.md
107107
108108
- name: Build a changelog
109-
run: ./infra/scripts/prepare_release_msg.sh >> ./release.md
109+
run: bash -xv ./infra/scripts/prepare_release_msg.sh >> ./release.md
110110

111111
- name: Upload changelog artifact
112112
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)