This commit is contained in:
einliterflasche 2025-09-18 03:53:41 +02:00
parent ca86886e39
commit 381e3cb07b
No known key found for this signature in database
GPG key ID: 90676A9B07184BC9

View file

@ -26,7 +26,7 @@ jobs:
version = branch_name.split("/")[1]
with open(os.environ['GITHUB_OUTPUT'], 'a') as output_file:
output_file.write(f'archive={archive_name}\n')
output_file.write(f'version={version}\n')
- name: Extract changelog section for release
id: changelog