Skip to content

Commit

Permalink
master: small improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
Mate Pek committed Dec 4, 2021
1 parent 69badb2 commit 69b0499
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/repo_scripts/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -349,10 +349,10 @@ async function main(argv: string[]): Promise<void> {

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.');
Expand Down

0 comments on commit 69b0499

Please sign in to comment.