Skip to content

Commit

Permalink
Change github publishing branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
Provismet committed Nov 27, 2024
1 parent 9198ae5 commit 89c8528
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ publishMods {
github {
repository = "Provismet/${project.github_repo}"
accessToken = providers.environmentVariable("GITHUB_TOKEN")
commitish = "1.21"
commitish = "${project.github_branch}"
tagName = "${project.mod_version}-mc${project.minecraft_version}"
allowEmptyFiles = true
displayName = "${project.mod_version} - ${project.minecraft_version}"
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ lilylib_version=2.0.0-mc1.21.3

# Publishing
github_repo=ProviHealth
github_branch=1.21.2
modrinth_id=4wDQsby8
curseforge_id=945133
version_start=1.21.2
Expand Down

0 comments on commit 89c8528

Please sign in to comment.