Skip to content

Commit

Permalink
Fix github publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
UltrusBot committed Jul 21, 2024
1 parent 7d70762 commit 08365da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions publish/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ publishMods {
accessToken = providers.gradleProperty("GH_TOKEN")
repository = "UltrusBot/ExtraSponges"
commitish = "1.21"
tagName = "v${version}-fabric"
tagName = "v${project.version}+fabric"
}

github("githubNeoforge") {
Expand All @@ -83,6 +83,6 @@ publishMods {
accessToken = providers.gradleProperty("GH_TOKEN")
repository = "UltrusBot/ExtraSponges"
commitish = "1.21"
tagName = "v${version}-neoforge"
tagName = "v${project.version}+neoforge"
}
}

0 comments on commit 08365da

Please sign in to comment.