diff --git a/classes/Robo/Plugin/Commands/ReleaseCommand.php b/classes/Robo/Plugin/Commands/ReleaseCommand.php index 869b44a..0edd71d 100644 --- a/classes/Robo/Plugin/Commands/ReleaseCommand.php +++ b/classes/Robo/Plugin/Commands/ReleaseCommand.php @@ -28,11 +28,10 @@ class ReleaseCommand extends Tasks $result = $gitTask ->arg('describe') ->run(); - $result->provideOutputdata(); $tmpDir = $this->_tmpDir(); - $filename = 'alltube-' . trim((string)$result->getOutputData()) . '.zip'; + $filename = 'alltube-' . trim((string)$result->getMessage()) . '.zip'; /** @var FilesystemStack $rmTask */ $rmTask = $this->taskFilesystemStack();