refac
continuous-integration/drone/tag Build is failing Details

This commit is contained in:
jjohnstondev 2023-01-09 15:53:26 -08:00
parent e5bef071c7
commit 105914fd48
1 changed files with 3 additions and 3 deletions

View File

@ -7,9 +7,9 @@ steps:
image: golang:1.19
commands:
- go build -o gospt
- gospt completion zsh > gospt_zsh
- gospt completion shell > gospt_shell
- gospt completion fish > gospt_fish
- ./gospt completion zsh > gospt_zsh
- ./gospt completion shell > gospt_shell
- ./gospt completion fish > gospt_fish
- name: gitea_release
image: plugins/gitea-release
settings: