Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 35fbd50

Browse files
committedJul 1, 2024·
Unversion
1 parent 01a4211 commit 35fbd50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
set -ex
3333
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
34+
python ./scripts/extract-release-notes.py --target-git-version --append-mcr-images --describe-path-changes "./samples/constitution" | tee rel-notes.md
3535
- name: "Upload .deb Package"
3636
uses: actions/upload-artifact@v4
3737
with:

0 commit comments

Comments
 (0)
Please sign in to comment.