This commit is contained in:
Mael G. 2023-08-14 18:52:36 +02:00
parent ec853c9fbe
commit 13c7cd109d
2 changed files with 9 additions and 2 deletions

View file

@ -13,3 +13,7 @@ archives:
files:
- README.md
- LICENSE
gitea_urls:
api: https://git.gnous.eu/api/v1
download: https:/git.gnous.eu

View file

@ -1,8 +1,11 @@
pipeline:
clone:
git:
image: woodpeckerci/plugin-git
settings:
tags: true
release:
image: goreleaser/goreleaser
commands:
- goreleaser release
secrets: [gitea_token]
when:
event: tag