fix ci formatting
This commit is contained in:
parent
73397186b1
commit
e4d556d7ae
@ -122,8 +122,10 @@ local PipelineBuild = {
|
|||||||
image: 'plugins/gitea-release',
|
image: 'plugins/gitea-release',
|
||||||
pull: 'always',
|
pull: 'always',
|
||||||
settings: {
|
settings: {
|
||||||
|
api_key: {
|
||||||
|
from_secret: 'gitea_token',
|
||||||
|
},
|
||||||
base_url: 'https://gitea.rknet.org',
|
base_url: 'https://gitea.rknet.org',
|
||||||
api_key: { from_secret: 'gitea_token' },
|
|
||||||
files: ['dist/*', 'sha256sum.txt'],
|
files: ['dist/*', 'sha256sum.txt'],
|
||||||
title: '${DRONE_TAG}',
|
title: '${DRONE_TAG}',
|
||||||
note: 'CHANGELOG.md',
|
note: 'CHANGELOG.md',
|
||||||
|
Reference in New Issue
Block a user