Skip to content

Commit

Permalink
fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
isXander committed Jun 7, 2023
1 parent 4cce031 commit 456c3a5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -182,11 +182,14 @@ githubRelease {
owner(split[0])
repo(split[1])
tagName("${project.version}")
targetCommitish("1.19.3")
targetCommitish("1.20")
body(changelogText)
releaseAssets(tasks["remapJar"].outputs.files)
}

tasks["githubRelease"].dependsOn("optimizeOutputsOfRemapJar")
tasks["modrinth"].dependsOn("optimizeOutputsOfRemapJar")

publishing {
publications {
create<MavenPublication>("mod") {
Expand Down

0 comments on commit 456c3a5

Please sign in to comment.