Hopefully fixed the api key environment variable...
This commit is contained in:
parent
941aca208b
commit
646b58eed5
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ artifacts {
|
|||
|
||||
curse {
|
||||
projectId = project.config.curse_project_id
|
||||
apiKey = project.curse_api_key
|
||||
apiKey = "$System.env.curse_api_key"
|
||||
releaseType = project.config.curse_release_type
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue