mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-24 01:10:31 +00:00
15 lines
322 B
YAML
15 lines
322 B
YAML
|
steps:
|
||
|
release:
|
||
|
image: woodpeckerci/plugin-ready-release-go
|
||
|
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}
|