Skip to content

Commit 091bcd4

Browse files
committed
Add return
1 parent a3c1f22 commit 091bcd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks/createTagsTasks.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ gulp.task('createTags', async (): Promise<void> => {
2727

2828
if (options.dryRun) {
2929
console.log('Tagging is skipped in dry run mode.');
30+
return;
3031
} else {
3132
const tagCreatedInRoslyn = await tagRepoAsync(
3233
'dotnet',

0 commit comments

Comments
 (0)