Skip to content

Commit

Permalink
Fix nightly release notes creation
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed Dec 16, 2024
1 parent ddb5aee commit 7093674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7093674

Please sign in to comment.