wp
This commit is contained in:
parent
04973f5033
commit
548a4beb5c
@ -6,3 +6,19 @@ 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:
|
||||||
|
skip_verify: true
|
||||||
|
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