From 52500d23ed2e20c62b6b195f13ecbc625efbb366 Mon Sep 17 00:00:00 2001 From: Iurii <9779955557@mail.ru> Date: Mon, 15 Apr 2024 20:01:53 +0300 Subject: [PATCH] + --- .woodpecker/build.yaml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index 1884c23..8a60952 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -9,14 +9,13 @@ steps: # image: woodpeckerci/plugin-gitea-release image: plugins/gitea-release settings: - base_url: https://git.zunet.ru - files: - - "baloon" - api_key: - from_secret: SEC1 - target: main - title: ${CI_COMMIT_TAG##v} + base_url: https://git.zunet.ru + files: + - "baloon" + api_key: + from_secret: SEC1 + target: main + title: ${CI_COMMIT_TAG##v} when: event: tag tag: v* -