Skip to content

Commit

Permalink
Properly update status when continuing
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Dec 5, 2023
1 parent e9b5454 commit c5e36f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/io/quarkus/bot/release/ReleaseAction.java
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ void onComment(Context context, Commands commands, @IssueComment.Created GHEvent
}

try {
releaseStatus = releaseStatus.progress(context.getGitHubRunId());
updateReleaseStatus(issue, updatedIssueBody, releaseStatus);
handleSteps(context, commands, issue, updatedIssueBody, issueComment, releaseInformation, releaseStatus);
} finally {
if (releaseInformation.getVersion() != null) {
Expand Down

0 comments on commit c5e36f3

Please sign in to comment.