Skip to content
This repository was archived by the owner on Jan 28, 2025. It is now read-only.

Commit 39afdb0

Browse files
committed
fix
1 parent 3d4ffd2 commit 39afdb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/limenet/Deploy/Strategies/TravisStrategy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function isBranch(string $branch) : bool
2424

2525
public function isTag() : bool
2626
{
27-
return array_key_exists('tag', $this->payload);
27+
return array_key_exists('tag', $this->payload) && $this->payload['tag'];
2828
}
2929

3030
public function getCommitHash() : string

0 commit comments

Comments
 (0)