diff --git a/.drone.yml b/.drone.yml index 0bea603..a51f930 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,12 +16,11 @@ pipeline: - zip seafile.zip -r modules icon.png main.py metadata.xml settings.ui release: image: plugins/gitea-release - settings: - api_key: - from_secret: gitea_token - base_url: https://git.shimun.net - files: seafile.zip - checksum: - - sha256 - when: - event: tag + api_key: + from_secret: gitea_token + base_url: https://git.shimun.net + files: seafile.zip + checksum: + - sha256 + when: + event: tag