Skip to content

Commit 1a5dd3c

Browse files
committed
🐛 fixed github release command in github_actions plugin
2 parents 9041410 + 1220268 commit 1a5dd3c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

continuous_delivery_scripts/plugins/github_actions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ def _generate_github_cli_release_command_list(
2323
) -> List[str]:
2424
cmd = [
2525
"gh",
26-
"create",
2726
"release",
27+
"create",
2828
f"{tag}",
2929
"--notes-file",
3030
f"{str(changelog)}",

news/20221222013026.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
:bug: fixed github release command in `github_actions` plugin

0 commit comments

Comments
 (0)