Skip to content

Commit 4838173

Browse files
authored
chore: update release script (#1401)
1 parent 59716e9 commit 4838173

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ function updateBranchProtection(bool $enabled): void
190190
}
191191
}
192192

193-
function triggerSubsplit(): Response
193+
function triggerSubsplit(): void
194194
{
195195
$token = Tempest\env('RELEASE_GITHUB_TOKEN');
196196
$uri = 'https://api.github.com/repos/tempestphp/tempest-framework/actions/workflows/subsplit-packages.yml/dispatches';

0 commit comments

Comments
 (0)