ci: add publish step

This commit is contained in:
Simon Vieille 2024-04-01 18:25:53 +02:00
parent 57733eaa3f
commit 5b941de748
Signed by untrusted user: deblan
GPG key ID: 579388D585F70417

View file

@ -22,3 +22,13 @@ steps:
image: *golang_image
commands:
- go build
"Publish":
image: plugins/gitea-release
settings:
api_key:
from_secret: gitnet_api_key
base_url: https://gitnet.fr
files: ./database-anonymizer
when:
event: [tag]