Skip to content

Commit

Permalink
Attempted to resolve secret
Browse files Browse the repository at this point in the history
  • Loading branch information
OakLoaf committed Sep 18, 2024
1 parent ace9ecb commit 8c542e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/version-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ jobs:
if: env.TAG_EXISTS == 'false'
run: |
chmod +x ./gradlew
./gradlew modrinth -DMODRINTH_TOKEN=${{ secrets.MODRINTH_TOKEN }}
MODRINTH_TOKEN=${{ secrets.MODRINTH_TOKEN }} ./gradlew modrinth
3 changes: 1 addition & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,4 @@ modrinth {
)
loaders.addAll("spigot", "paper", "purpur")
syncBodyFrom.set(rootProject.file("README.md").readText())
}
//
}

0 comments on commit 8c542e5

Please sign in to comment.