Skip to content

Commit e95866d

Browse files
committed
allow local tags to deal with github checkou
1 parent e99f5cf commit e95866d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git/git.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ func (g *Git) isTagged() bool {
7474
return b
7575
}
7676

77-
_, err := g.run("describe", "--exact-match")
77+
_, err := g.run("describe", "--exact-match", "--tags")
7878
return err == nil
7979
}
8080

0 commit comments

Comments
 (0)