Updated Woodpecker config to create releases for tags
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
Gregory Ballantine 2022-02-25 22:33:25 -05:00
parent cb0420f77d
commit fdfc1ac3b1

View File

@ -4,3 +4,15 @@ pipeline:
commands: commands:
- go get - go get
- go build - 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