mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-23 15:48:44 +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:
|
steps:
|
||||||
- name: release-helper
|
- name: release-helper
|
||||||
image: woodpeckerci/plugin-ready-release-go:2.0.0
|
image: woodpeckerci/plugin-ready-release-go:2.1.0
|
||||||
settings:
|
settings:
|
||||||
release_branch: ${CI_COMMIT_BRANCH}
|
release_branch: ${CI_COMMIT_BRANCH}
|
||||||
forge_type: github
|
forge_type: github
|
||||||
|
@ -13,5 +13,3 @@ when:
|
||||||
branch:
|
branch:
|
||||||
- ${CI_REPO_DEFAULT_BRANCH}
|
- ${CI_REPO_DEFAULT_BRANCH}
|
||||||
- release/*
|
- release/*
|
||||||
- event: manual
|
|
||||||
evaluate: 'TASK == "release-helper"'
|
|
||||||
|
|
Loading…
Reference in a new issue