From 54390f2980a69a7600425016e64ec42963888b22 Mon Sep 17 00:00:00 2001 From: abs3nt Date: Thu, 19 Jan 2023 22:11:11 -0800 Subject: [PATCH] wp --- .woodpecker.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index a59ee0c..adbd9c3 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -6,19 +6,3 @@ pipeline: - ./gospt completion zsh > gospt_zsh - ./gospt completion bash > gospt_bash - ./gospt completion fish > gospt_fish - - publish: - 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 - -when: - event: tag