Skip to content

Commit

Permalink
💚 Rename branch to plus
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzyweapon committed Mar 5, 2023
1 parent 3994a52 commit 6d9655b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ application {
}

val gitVersion: groovy.lang.Closure<*> by extra
version = "plus@${gitVersion(mapOf("prefix" to "plus@"))}"
val addonMoniker = "plus"
version = "$addonMoniker@${gitVersion(mapOf("prefix" to "$addonMoniker@"))}"

tasks.jar {
manifest {
Expand Down Expand Up @@ -138,7 +139,7 @@ githubRelease {
owner("fuzzyweapon")
repo("packwiz-installer")
tagName("${project.version}")
targetCommitish("download-assistance")
targetCommitish(addonMoniker)
releaseName("Release ${project.version}")
draft(true)
overwrite(true)
Expand Down

0 comments on commit 6d9655b

Please sign in to comment.