Skip to content

Commit 50bb081

Browse files
committed
🐛 fix github_actions plugin
1 parent d8cfa36 commit 50bb081

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
@@ -22,7 +22,7 @@ def _generate_github_cli_release_command_list(
2222
changelog: Path, version: str, tag: str, is_latest: bool, is_prerelease: bool
2323
) -> List[str]:
2424
cmd = [
25-
"ght",
25+
"gh",
2626
"release",
2727
"--latest",
2828
"--notes-file",

news/20221222005632.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
:bug: fixed `github_actions` plugins`

0 commit comments

Comments
 (0)