Skip to content

Commit 59716e9

Browse files
authored
chore: update release script (#1400)
1 parent 363df75 commit 59716e9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

bin/release

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,11 +412,12 @@ try {
412412
cleanUpAfterRelease();
413413
commit('chore: post-release clean up');
414414
executeCommands('git push');
415-
updateBranchProtection(enabled: true);
416-
triggerSubsplit();
417415
},
418416
);
419417

418+
updateBranchProtection(enabled: true);
419+
triggerSubsplit();
420+
420421
$console->success(sprintf(
421422
'Released <em>%1$s</em>. The <href="https://github.com/tempestphp/tempest-framework/releases/tag/%1$s">GitHub release</href> will be created automatically in a few seconds.',
422423
$tag,

0 commit comments

Comments
 (0)