build(ci): fix charset
This commit is contained in:
@@ -37,7 +37,7 @@ pipeline {
|
||||
httpMode: 'POST',
|
||||
customHeaders: [
|
||||
[name: 'Accept-Type', value: 'application/json'],
|
||||
[name: 'Content-Type', value: 'application/json'],
|
||||
[name: 'Content-Type', value: 'application/json;charset=utf-8'],
|
||||
[name: 'Authorization', value: 'token ' + env.GITEA_TOKEN],
|
||||
],
|
||||
requestBody: releaseData)
|
||||
|
||||
Reference in New Issue
Block a user