mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-12-21 03:15:28 -05:00
fix ci
This commit is contained in:
parent
ca86886e39
commit
381e3cb07b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/create-release.yml
vendored
2
.github/workflows/create-release.yml
vendored
|
|
@ -26,7 +26,7 @@ jobs:
|
||||||
version = branch_name.split("/")[1]
|
version = branch_name.split("/")[1]
|
||||||
|
|
||||||
with open(os.environ['GITHUB_OUTPUT'], 'a') as output_file:
|
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
|
- name: Extract changelog section for release
|
||||||
id: changelog
|
id: changelog
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue