This commit is contained in:
@@ -37,7 +37,6 @@ jobs:
|
|||||||
- name: Extract version changelog
|
- name: Extract version changelog
|
||||||
id: changelog
|
id: changelog
|
||||||
run: |
|
run: |
|
||||||
# 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=$(python3 scripts/get_changelog.py $VERSION)
|
CHANGELOG_FILE=$(python3 scripts/get_changelog.py $VERSION)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user