Remove empty line for testing
Release / release (push) Failing after 1s

This commit is contained in:
2026-08-30 13:49:15 +01:00
parent 2554810306
commit 6b8fe820aa
-1
View File
@@ -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)