Skip to content

Commit ce4ff94

Browse files
committed
Fix failing PR's
1 parent ea3567b commit ce4ff94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gradle/deploy.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'maven'
33
curseforge {
44
if(project.hasProperty("curseforge_key") && project.hasProperty("changelog")) {
55
apiKey = project.curseforge_key
6-
} else if(System.getenv().TRAVIS) {
6+
} else if(System.getenv().TRAVIS && System.getenv().CURSEFORGE_KEY_SECRET) {
77
apiKey = System.getenv().CURSEFORGE_KEY_SECRET
88
} else {
99
apiKey = "DUMMY"

0 commit comments

Comments
 (0)