We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 883dc2a commit ae2572eCopy full SHA for ae2572e
.github/workflows/post-release.yaml
@@ -41,7 +41,7 @@ jobs:
41
fetch-depth: 1
42
- name: Generate Release Notes
43
run: |
44
- ./.github/workflows/release-notes.py --tag ${{ env.RELEASE_VERSION }} --output notes-${{ env.RELEASE_VERSION }}.md
+ python3 ./.github/workflows/release-notes.py --tag ${{ env.RELEASE_VERSION }} --output notes-${{ env.RELEASE_VERSION }}.md
45
cat notes-${{ env.RELEASE_VERSION }}.md
46
- name: Create GitHub release
47
id: release
0 commit comments