We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbeff70 commit 0290030Copy full SHA for 0290030
.github/workflows/blank.yml
@@ -106,7 +106,7 @@ jobs:
106
git tag -l --format='%(contents:body)' ${{ github.ref_name }} >> ./release.md
107
108
- name: Build a changelog
109
- run: ./infra/scripts/prepare_release_msg.sh >> ./release.md
+ run: bash -xv ./infra/scripts/prepare_release_msg.sh >> ./release.md
110
111
- name: Upload changelog artifact
112
uses: actions/upload-artifact@v4
0 commit comments