Skip to content

Commit

Permalink
Merge pull request #25 from innFactory/refactor/preparePublish
Browse files Browse the repository at this point in the history
fix: rename tag to TAG
  • Loading branch information
MoeQuadrat authored Aug 11, 2022
2 parents dac4774 + 7aebbf8 commit 28efd5a
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
@@ -1,6 +1,6 @@
import sbt.Compile

val releaseVersion = sys.env.getOrElse("tag", "0.1.34.1")
val releaseVersion = sys.env.getOrElse("TAG", "0.0.0")

val token = sys.env.getOrElse("GITHUB_TOKEN", "")
val githubSettings = Seq(
Expand Down

0 comments on commit 28efd5a

Please sign in to comment.