mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-23 07:38:24 +00:00
Bump release plugin (#4318)
Co-authored-by: Anbraten <6918444+anbraten@users.noreply.github.com> Co-authored-by: oauth <woodpecker-bot@obermui.de>
This commit is contained in:
parent
084d6f883a
commit
cef9cc3753
1 changed files with 1 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
steps:
|
||||
- name: release-helper
|
||||
image: woodpeckerci/plugin-ready-release-go:2.0.0
|
||||
image: woodpeckerci/plugin-ready-release-go:2.1.0
|
||||
settings:
|
||||
release_branch: ${CI_COMMIT_BRANCH}
|
||||
forge_type: github
|
||||
|
@ -13,5 +13,3 @@ when:
|
|||
branch:
|
||||
- ${CI_REPO_DEFAULT_BRANCH}
|
||||
- release/*
|
||||
- event: manual
|
||||
evaluate: 'TASK == "release-helper"'
|
||||
|
|
Loading…
Reference in a new issue