15 lines
328 B
YAML
15 lines
328 B
YAML
|
when:
|
||
|
event: push
|
||
|
branch: ${CI_REPO_DEFAULT_BRANCH}
|
||
|
|
||
|
steps:
|
||
|
release:
|
||
|
image: woodpeckerci/plugin-ready-release-go:1.0.3
|
||
|
pull: true
|
||
|
settings:
|
||
|
release_branch: ${CI_REPO_DEFAULT_BRANCH}
|
||
|
forge_type: github
|
||
|
git_email: woodpecker-bot@obermui.de
|
||
|
github_token:
|
||
|
from_secret: GITHUB_TOKEN
|