Skip to content

Commit

Permalink
chore: 🔧 Fixing publish
Browse files Browse the repository at this point in the history
  • Loading branch information
P3pp3rF1y committed Apr 2, 2024
1 parent 401ebe4 commit 3f57983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ static def getBuildNumber() {

static def getStable() {
if ((System.getenv("GITHUB_REF") == null || System.getenv("GITHUB_REF").endsWith("-dev"))) {
return "-DEV"
return "-dev"
}
return ""
}
Expand Down

0 comments on commit 3f57983

Please sign in to comment.