Skip to content

Commit 9b5d17e

Browse files
committed
fix release.yml
1 parent 77756c5 commit 9b5d17e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Generate Release Note
4242
shell: bash
4343
run: |
44-
get-changelog.sh v${{ env.version }} > ${{ github.workspace }}-CHANGELOG.txt
44+
./get-changelog.sh v${{ env.version }} > ${{ github.workspace }}-CHANGELOG.txt
4545
cat ${{ github.workspace }}-CHANGELOG.txt
4646
4747
- name: Create Release

0 commit comments

Comments
 (0)