+
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Iurii 2024-04-15 18:58:35 +03:00
parent 7c5911ffa8
commit 43d6546e2a
2 changed files with 15 additions and 13 deletions

View File

@ -6,16 +6,5 @@ steps:
- ls -lh
- file baloon
- name: release
image: plugins/gitea-release
# image: woodpeckerci/plugin-gitea-release
settings:
base_url: https://git.zunet.ru
files:
- "baloon"
api_key:
from_secret: SEC1
target: main
title: ${CI_COMMIT_TAG##v}
when:
- event: tag

13
publish.yaml Normal file
View File

@ -0,0 +1,13 @@
publish:
# 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}
depends_on:
- build