baloon/.woodpecker/publish.yaml

18 lines
364 B
YAML

steps:
- name: 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}
when:
event: tag
tag: v*
depends_on:
- build