Skip to content

Commit

Permalink
2.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Nov 26, 2020
1 parent 16c2d35 commit 8aad3f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import $ivy.`io.get-coursier::coursier-launcher:2.0.0-RC6-10`

val isMasterCommit =
sys.env.get("GITHUB_REPOSITORY") == Some("lihaoyi/Ammonite") &&
sys.env.get("GITHUB_REF").exists(x => x.endsWith("/master") || x.startsWith("/refs/tags/"))
sys.env.get("GITHUB_REF").exists(x => x.endsWith("/master") || x.startsWith("refs/tags/"))

val latestTaggedVersion = os.proc('git, 'describe, "--abbrev=0", "--tags").call().out.trim

Expand Down

0 comments on commit 8aad3f9

Please sign in to comment.