Skip to content

Commit

Permalink
Fix tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
genuss committed Dec 30, 2024
1 parent c585b23 commit facc006
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ jreleaser {
release {
github {
overwrite = true
previousTagName = scmVersion.previousVersion
previousTagName = "v${scmVersion.previousVersion}"
sign = true
signatures = true
tagName = scmVersion.version
tagName = "v${scmVersion.version}"
}
}
deploy {
Expand Down

0 comments on commit facc006

Please sign in to comment.