From 69b04991deff8c8dc996690441612c9c431ede16 Mon Sep 17 00:00:00 2001 From: Mate Pek Date: Sun, 5 Dec 2021 00:04:42 +0100 Subject: [PATCH] master: small improvement --- test/repo_scripts/deploy.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/repo_scripts/deploy.ts b/test/repo_scripts/deploy.ts index 07bd82c1..414528e2 100644 --- a/test/repo_scripts/deploy.ts +++ b/test/repo_scripts/deploy.ts @@ -349,10 +349,10 @@ async function main(argv: string[]): Promise { await gitPushBranch(); - await closeMentionedIssues(info); - await createGithubRelease(info, packagePath); + await closeMentionedIssues(info); + console.log('Deployment has finished.'); } else { console.log('Nothing new in CHANGELOG.md; No deployment has happened.');