We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59716e9 commit 4838173Copy full SHA for 4838173
1 file changed
bin/release
@@ -190,7 +190,7 @@ function updateBranchProtection(bool $enabled): void
190
}
191
192
193
-function triggerSubsplit(): Response
+function triggerSubsplit(): void
194
{
195
$token = Tempest\env('RELEASE_GITHUB_TOKEN');
196
$uri = 'https://api.github.com/repos/tempestphp/tempest-framework/actions/workflows/subsplit-packages.yml/dispatches';
0 commit comments