This commit is contained in:
@@ -39,7 +39,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
# VERSION="${{ steps.tag.outputs.version }}"
|
# VERSION="${{ steps.tag.outputs.version }}"
|
||||||
VERSION=$(cat VERSION | tr -d '[:space:]') # read version and trim whitespace
|
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
|
if [[ $? != 0 ]]; then
|
||||||
echo "No changelog found for version $VERSION"
|
echo "No changelog found for version $VERSION"
|
||||||
|
|||||||
Reference in New Issue
Block a user