* Adding build step for uploading translations
* Fixing crowdin project name
* Using crowdin plugin
* Changing secret name
* Adding pull: true
event: [ push ]
branch: [ master ]
+ translations:
+ image: jonasfranz/crowdin
+ pull: true
+ secrets: [ crowdin_key ]
+ project_identifier: gitea
+ files:
+ locale_en-US.ini: options/locale/locale_en-US.ini
+ when:
+ event: [ push ]
+ branch: [ master ]
+
github:
image: plugins/github-release:1
pull: true