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:
|
files:
|
||||||
- README.md
|
- README.md
|
||||||
- LICENSE
|
- LICENSE
|
||||||
|
|
||||||
|
gitea_urls:
|
||||||
|
api: https://git.gnous.eu/api/v1
|
||||||
|
download: https:/git.gnous.eu
|
|
@ -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
|
|
||||||
|
|
Loading…
Reference in a new issue