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:
6543 2024-11-06 01:23:10 +01:00 committed by GitHub
parent 084d6f883a
commit cef9cc3753
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"'