Skip to content

Commit

Permalink
allow local tags to deal with github checkou
Browse files Browse the repository at this point in the history
  • Loading branch information
sstarcher committed Apr 4, 2020
1 parent e99f5cf commit e95866d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git/git.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func (g *Git) isTagged() bool {
return b
}

_, err := g.run("describe", "--exact-match")
_, err := g.run("describe", "--exact-match", "--tags")
return err == nil
}

Expand Down

0 comments on commit e95866d

Please sign in to comment.