Skip to content

Commit c245a65

Browse files
committed
Update release.yml
1 parent 866c96c commit c245a65

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
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Create Release
4242
run: |
43-
.github/scripts/extract-release-notes.py "${{ env.GIT_VER }}" Releases.md > Notes.md
43+
python .github/scripts/extract-release-notes.py "${{ env.GIT_VER }}" Releases.md > Notes.md
4444
gh release create ${{ env.GIT_TAG }} --notes-file Notes.md --title "Inav Dashboard for Ethos - ${{ env.GH_TYPE }} ${{ env.GIT_VER }}" *.zip
4545
env:
4646
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)