Skip to content

Commit

Permalink
update: gradle.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
sakurawald committed Jul 11, 2024
1 parent e1f5a41 commit 8b6a26e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ publishing {

// modrinth
modrinth {
token = "$System.env.modrinth_token"
token = "$System.env.MODRINTH_TOKEN"
projectId = "1TowMm2v"
versionNumber = "$mod_version"
versionType = "release"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx8G
org.gradle.parallel=true

# mod properties
mod_version=1.2.4
mod_version=1.2.5
maven_group=io.github.sakurawald
archives_base_name=fuji

Expand Down

0 comments on commit 8b6a26e

Please sign in to comment.