Use python3 in release workflow
Release / release (push) Failing after 3s

This commit is contained in:
2026-08-30 13:48:24 +01:00
parent 08029141d4
commit 2554810306
+1 -1
View File
@@ -39,7 +39,7 @@ jobs:
run: |
# VERSION="${{ steps.tag.outputs.version }}"
VERSION=$(cat VERSION | tr -d '[:space:]') # read version and trim whitespace
CHANGELOG_FILE=$(python scripts/get_changelog.py $VERSION)
CHANGELOG_FILE=$(python3 scripts/get_changelog.py $VERSION)
if [[ $? != 0 ]]; then
echo "No changelog found for version $VERSION"