diff --git a/.woodpecker.yml b/.woodpecker.yml index c317442..2a341d2 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -4,3 +4,15 @@ pipeline: commands: - go get - go build + + gitea_release: + image: plugins/gitea-release + settings: + api_key: + from_secret: gitea_api_key + base_url: https://git.metaunix.net + files: + - hardware-tests + title: "${CI_COMMIT_TAG}" + when: + event: tag