Skip to content
This repository has been archived by the owner on Nov 18, 2023. It is now read-only.

Commit

Permalink
Merge pull request #95 from refinedmods/develop
Browse files Browse the repository at this point in the history
v0.6.0 - Fix CurseForge plugin
  • Loading branch information
raoulvdberge authored Dec 17, 2021
2 parents f163f1d + 2d52c60 commit 0e66f12
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 @@ -112,7 +112,7 @@ if (System.getenv("CURSEFORGE_TOKEN") != null) {
changelog = System.getenv("CHANGELOG")
changelogType = 'markdown'
releaseType = project.version.toString().contains('beta') ? 'beta' : (project.version.toString().contains('alpha') ? 'alpha' : 'release')

addGameVersion "1.18.1"
mainArtifact(jar) {
displayName = "v$project.version"
}
Expand Down

0 comments on commit 0e66f12

Please sign in to comment.