Skip to content

Commit ae2572e

Browse files
authored
Update post-release.yaml
1 parent 883dc2a commit ae2572e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/post-release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
fetch-depth: 1
4242
- name: Generate Release Notes
4343
run: |
44-
./.github/workflows/release-notes.py --tag ${{ env.RELEASE_VERSION }} --output notes-${{ env.RELEASE_VERSION }}.md
44+
python3 ./.github/workflows/release-notes.py --tag ${{ env.RELEASE_VERSION }} --output notes-${{ env.RELEASE_VERSION }}.md
4545
cat notes-${{ env.RELEASE_VERSION }}.md
4646
- name: Create GitHub release
4747
id: release

0 commit comments

Comments
 (0)