Skip to content

Commit

Permalink
[publish]
Browse files Browse the repository at this point in the history
oops, should be CURSEFORGE_API_KEY
  • Loading branch information
Nyfaria committed Jul 12, 2024
1 parent 4d75f25 commit d44bcc3
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 @@ -242,7 +242,7 @@ publishMods {
if (curseforge_publishing_enabled.toBoolean()) {
curseforge {
projectId = curseforge_project_id
accessToken = providers.environmentVariable("CURSEFORGE_TOKEN")
accessToken = providers.environmentVariable("CURSEFORGE_API_KEY")
minecraftVersions.add(minecraft_version)
requires {
slug = "dynamictrees"
Expand Down

0 comments on commit d44bcc3

Please sign in to comment.