Skip to content

Commit

Permalink
ci: fixed the Chart.yaml file updater
Browse files Browse the repository at this point in the history
  • Loading branch information
jachro committed Apr 6, 2021
1 parent 6fd69f2 commit e137154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ writeVersionToChart := {
def readTag: String = {
val tag = Vcs
.detect(root.base)
.map(_.cmd("describe").!!.trim)
.map(_.cmd("describe", "--tags").!!.trim)
.getOrElse(sys.error("Release Tag cannot be checked"))

if (tag.matches("\\d+\\.\\d+\\.\\d+")) tag
Expand Down

0 comments on commit e137154

Please sign in to comment.