This commit is contained in:
@@ -37,7 +37,6 @@ jobs:
|
||||
- name: Extract version changelog
|
||||
id: changelog
|
||||
run: |
|
||||
# VERSION="${{ steps.tag.outputs.version }}"
|
||||
VERSION=$(cat VERSION | tr -d '[:space:]') # read version and trim whitespace
|
||||
CHANGELOG_FILE=$(python3 scripts/get_changelog.py $VERSION)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user