mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-19 20:09:06 +08:00
Fix nightly release notes creation
This commit is contained in:
parent
ddb5aee056
commit
709367419b
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
@ -62,7 +62,7 @@ jobs:
|
||||
timestamp=str(datetime.datetime.now().strftime("%Y-%m-%d %H:%M:%S")),
|
||||
caller_workflow=caller_workflow,
|
||||
branch="" if is_main else short_version,
|
||||
branch_specific="" is_main else f"?branch={short_version}",
|
||||
branch_specific="" if is_main else f"?branch={short_version}",
|
||||
))
|
||||
|
||||
- name: Update nightly release description and binaries
|
||||
|
Loading…
x
Reference in New Issue
Block a user