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: files:
- README.md - README.md
- LICENSE - LICENSE
gitea_urls:
api: https://git.gnous.eu/api/v1
download: https:/git.gnous.eu

View file

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