Update manual-build.yml
This commit is contained in:
2
.github/workflows/manual-build.yml
vendored
2
.github/workflows/manual-build.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
||||
- name: Extract Version
|
||||
id: extract_version
|
||||
run: |
|
||||
version=$(python3 -c "import version; print(f'${version.__version__}')")
|
||||
version=$(python3 -c "import version; print(f'{version.__version__}')")
|
||||
echo "VERSION=$version" >> $GITHUB_ENV
|
||||
|
||||
- name: Read Changelog
|
||||
|
||||
Reference in New Issue
Block a user