Skip to content

Commit

Permalink
you do not know how stupid i feel
Browse files Browse the repository at this point in the history
  • Loading branch information
AnAwesomGuy committed May 13, 2024
1 parent c3fb1bf commit 4bf5a15
Showing 1 changed file 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 @@ -110,14 +110,14 @@ publishMods {
def modrinthOptions = modrinthOptions {
def token = providers.environmentVariable('$MODRINTH_TOKEN')
accessToken = token
dryRun = token.present
dryRun = !token.present
projectId = modrinth_id
}

def curseOptions = curseforgeOptions {
def token = providers.environmentVariable('$CURSEFORGE_TOKEN')
accessToken = token
dryRun = token.present
dryRun = !token.present
projectId = curseforge_id
clientRequired = true
serverRequired = true
Expand Down

0 comments on commit 4bf5a15

Please sign in to comment.