Skip to content

Commit

Permalink
hardcoded version for testing action
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudoankit committed Jan 26, 2024
1 parent dcb302a commit f3ca5e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/publish-package.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'signing'

ext {
GROUP_ID = "io.github.pseudoankit"
VERSION = (System.getenv("RELEASE_TAG_NAME") ?: "SNAPSHOT").replace("v", "")
VERSION = '1.6.1'

SITE_URL = 'https://github.com/pseudoankit/coachmark'
GIT_URL = 'https://github.com/pseudoankit/coachmark.git'
Expand Down

0 comments on commit f3ca5e7

Please sign in to comment.