mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-05 10:20:36 +02:00
1bc4415075
Closes #1834 --------- Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: Anbraten <anton@ju60.de> Co-authored-by: Lauris BH <lauris@nix.lv>
17 lines
347 B
YAML
17 lines
347 B
YAML
version: 1
|
|
|
|
steps:
|
|
release-helper:
|
|
image: woodpeckerci/plugin-ready-release-go:0.7.0
|
|
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}
|