mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-19 16:31:01 +00:00
14 lines
335 B
YAML
14 lines
335 B
YAML
steps:
|
|
release-helper:
|
|
image: woodpeckerci/plugin-ready-release-go:0.6.1
|
|
pull: true
|
|
settings:
|
|
release_branch: ${CI_REPO_DEFAULT_BRANCH}
|
|
forge_type: github
|
|
git_email: woodpecker-bot@obermui.de
|
|
github_token:
|
|
from_secret: GITHUB_TOKEN
|
|
|
|
when:
|
|
event: push
|
|
branch: ${CI_REPO_DEFAULT_BRANCH}
|