Updated Woodpecker config to create releases for tags
This commit is contained in:
parent
cb0420f77d
commit
fdfc1ac3b1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user