fix
This commit is contained in:
parent
ec853c9fbe
commit
13c7cd109d
2 changed files with 9 additions and 2 deletions
|
@ -13,3 +13,7 @@ archives:
|
|||
files:
|
||||
- README.md
|
||||
- LICENSE
|
||||
|
||||
gitea_urls:
|
||||
api: https://git.gnous.eu/api/v1
|
||||
download: https:/git.gnous.eu
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue