mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-07 08:05:26 +00:00
Update release-helper.yaml (#4554)
This commit is contained in:
parent
defe6c418f
commit
f255b6088f
1 changed files with 6 additions and 6 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
when:
|
||||||
|
- event: push
|
||||||
|
branch:
|
||||||
|
- ${CI_REPO_DEFAULT_BRANCH}
|
||||||
|
- release/*
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: release-helper
|
- name: release-helper
|
||||||
image: docker.io/woodpeckerci/plugin-ready-release-go:3.1.0
|
image: docker.io/woodpeckerci/plugin-ready-release-go:3.1.0
|
||||||
|
@ -7,9 +13,3 @@ steps:
|
||||||
git_email: woodpecker-bot@obermui.de
|
git_email: woodpecker-bot@obermui.de
|
||||||
github_token:
|
github_token:
|
||||||
from_secret: GITHUB_TOKEN
|
from_secret: GITHUB_TOKEN
|
||||||
|
|
||||||
when:
|
|
||||||
- event: push
|
|
||||||
branch:
|
|
||||||
- ${CI_REPO_DEFAULT_BRANCH}
|
|
||||||
- release/*
|
|
||||||
|
|
Loading…
Reference in a new issue