From fdfc1ac3b16403626c91265cc6c1aa9bb90a91d2 Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Fri, 25 Feb 2022 22:33:25 -0500 Subject: [PATCH] Updated Woodpecker config to create releases for tags --- .woodpecker.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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