Fix ReleaseNotes posting comment when debugging

This commit is contained in:
Jordan Dominion
2023-07-14 16:15:25 -04:00
parent 6338a2e0f4
commit 967172e316
+2 -1
View File
@@ -437,7 +437,8 @@ namespace ReleaseNotes
})
.Compile();
await connection.Run(mutation);
if (!doNotCloseMilestone)
await connection.Run(mutation);
return 0;
}