mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-20 14:11:40 +00:00
Update release-helper.yaml (#4554)
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
when:
|
||||
- event: push
|
||||
branch:
|
||||
- ${CI_REPO_DEFAULT_BRANCH}
|
||||
- release/*
|
||||
|
||||
steps:
|
||||
- name: release-helper
|
||||
image: docker.io/woodpeckerci/plugin-ready-release-go:3.1.0
|
||||
@@ -7,9 +13,3 @@ steps:
|
||||
git_email: woodpecker-bot@obermui.de
|
||||
github_token:
|
||||
from_secret: GITHUB_TOKEN
|
||||
|
||||
when:
|
||||
- event: push
|
||||
branch:
|
||||
- ${CI_REPO_DEFAULT_BRANCH}
|
||||
- release/*
|
||||
|
Reference in New Issue
Block a user