Skip to content

Commit

Permalink
Improve version handling
Browse files Browse the repository at this point in the history
  • Loading branch information
theEvilReaper committed May 26, 2024
1 parent abf8b81 commit c64dd9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

group = "net.theevilreaper.dartpoet"
version = "0.0.1-SNAPSHOT"
version = System.getenv("TAG_VERSION") ?: "0.0.1-SNAPSHOT"

repositories {
mavenCentral()
Expand Down

0 comments on commit c64dd9b

Please sign in to comment.