Skip to content

Commit 12ccdba

Browse files
committed
Fix #240: Push only release tag
1 parent 7ae4f9c commit 12ccdba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App/Command/Release/MakeCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ protected function processPackage(Package $package): void
184184

185185
if ($this->confirm('Push commits and tags, and release on GitHub?')) {
186186
$git->push();
187-
$git->pushTags();
187+
$git->pushTag((string) $versionToRelease);
188188

189189
$this->releaseOnGithub($package, $versionToRelease);
190190

0 commit comments

Comments
 (0)