mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-16 19:35:14 +00:00
Bump release plugin (#4329)
This commit is contained in:
parent
4fa3a8e578
commit
c9752bb735
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: docker.io/woodpeckerci/plugin-ready-release-go:2.1.1
|
||||
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