15 lines
346 B
YAML
15 lines
346 B
YAML
|
# INFO: https://woodpecker-ci.org/plugins/Gitea%20Release
|
||
|
steps:
|
||
|
|
||
|
publish:
|
||
|
when:
|
||
|
- event: tag
|
||
|
ref: refs/tags/v*
|
||
|
image: docker.io/woodpeckerci/plugin-gitea-release:0.3
|
||
|
settings:
|
||
|
base_url: https://git.kemitix.net
|
||
|
api_key:
|
||
|
from_secret: FORGEJO_RELEASE_PLUGIN
|
||
|
target: main
|
||
|
prerelease: true
|