diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 05155d3ed8df..2dff3ce61533 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: run: | set -ex set -o pipefail - python3.8 ./scripts/extract-release-notes.py --target-git-version --append-mcr-images --describe-path-changes "./samples/constitution" | tee rel-notes.md + python ./scripts/extract-release-notes.py --target-git-version --append-mcr-images --describe-path-changes "./samples/constitution" | tee rel-notes.md - name: "Upload .deb Package" uses: actions/upload-artifact@v4 with: