We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01a4211 commit 35fbd50Copy full SHA for 35fbd50
.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
31
run: |
32
set -ex
33
set -o pipefail
34
- 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
35
- name: "Upload .deb Package"
36
uses: actions/upload-artifact@v4
37
with:
0 commit comments