Skip to content

Commit

Permalink
Merge branch 'refs/heads/1.20' into 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
sisby-folk committed Aug 23, 2024
2 parents b4252c0 + 99a2a15 commit 208c856
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ publishing {
}

githubRelease {
token = System.getenv("GITHUB_TOKEN")
token = "$System.env.GITHUB_TOKEN"
owner = project.user
repo = slug
tagName = "v${baseVersion}+${tagBranch}"
Expand All @@ -98,7 +98,7 @@ githubRelease {
}

modrinth {
token = System.getenv("MODRINTH_TOKEN")
token = "$System.env.MODRINTH_TOKEN"
projectId = slug
versionNumber = project.version
uploadFile = remapJar
Expand Down
Empty file modified gradlew
100644 → 100755
Empty file.

0 comments on commit 208c856

Please sign in to comment.