Skip to content

Commit

Permalink
another attempt at making github workflows not stupid
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSVK12 committed Feb 21, 2025
1 parent 8ced01e commit bbbc737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ publishing {
}

modrinth {
token = modrinthToken
token = hasProperty("modrinthToken") ? modrinthToken : null
projectId = "halplibe" // This can be the project ID or the slug. Either will work!
versionName = "HalpLibe ${project.mod_version}"
versionNumber = project.mod_version // You don't need to set this manually. Will fail if Modrinth has this version already
Expand Down

0 comments on commit bbbc737

Please sign in to comment.