steps: - name: build image: adoptopenjdk/openjdk8 commands: - chmod +x mpt - ./mpt buildtwitch - name: publish image: plugins/gitea-release settings: base_url: https://git.tilera.org api_key: from_secret: gitea_token note: CHANGELOG.md title: ${CI_COMMIT_TAG} files: - build/* when: event: tag depends_on: - build