Skip to content

Commit

Permalink
ci: update release name
Browse files Browse the repository at this point in the history
Signed-off-by: Mathew Wicks <thesuperzapper@users.noreply.github.com>
  • Loading branch information
thesuperzapper committed Apr 9, 2023
1 parent f1a04dc commit 1bc4590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
owner: owner,
repo: repo,
tag_name: tag_name,
name: `deployKF CLI ${tag_name}`,
name: `deployKF CLI - ${tag_name}`,
draft: true,
prerelease: tag_name.includes('-'),
});
Expand Down

0 comments on commit 1bc4590

Please sign in to comment.