Skip to content

Commit 7b87291

Browse files
committed
Fetch tags manually
1 parent 22a9f9c commit 7b87291

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/system/AutoReview/CreateNewChangelogTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ protected function setUp(): void
3131
{
3232
parent::setUp();
3333

34+
exec('git fetch --tags origin 2>/dev/null');
3435
exec('git describe --tags --abbrev=0 2>/dev/null', $output, $exitCode);
3536

3637
if ($exitCode !== 0) {

0 commit comments

Comments
 (0)