Skip to content

Commit

Permalink
build(bin/release.php) target v3 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
lucatume committed Sep 21, 2023
1 parent 3a8080c commit 326f3c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/release.php
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ function confirm($question)

file_put_contents($root . '/.rel', $fullReleaseNotes);

$releaseCommand = 'gh release create -F .rel ' . $releaseVersion;
$releaseCommand = 'gh release --target v3 create -F .rel ' . $releaseVersion;

echo "Releasing with command: \e[32m" . $releaseCommand . "\e[0m\n\n";

Expand Down

0 comments on commit 326f3c1

Please sign in to comment.