This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user