wp
This commit is contained in:
parent
a6d6fcee9c
commit
dd38129819
@ -6,3 +6,18 @@ pipeline:
|
|||||||
- ./gospt completion zsh > gospt_zsh
|
- ./gospt completion zsh > gospt_zsh
|
||||||
- ./gospt completion bash > gospt_bash
|
- ./gospt completion bash > gospt_bash
|
||||||
- ./gospt completion fish > gospt_fish
|
- ./gospt completion fish > gospt_fish
|
||||||
|
|
||||||
|
publish:
|
||||||
|
when:
|
||||||
|
event: tag
|
||||||
|
image: woodpeckerci/plugin-gitea-release
|
||||||
|
settings:
|
||||||
|
base_url: https://gitea.asdf.cafe
|
||||||
|
files:
|
||||||
|
- gospt
|
||||||
|
- gospt_zsh
|
||||||
|
- gospt_bash
|
||||||
|
- gospt_fish
|
||||||
|
api_key:
|
||||||
|
from_secret: GITEA_KEY
|
||||||
|
checksum: sha256
|
||||||
|
Loading…
Reference in New Issue
Block a user