Update release-helper.yaml (#4554)

This commit is contained in:
Thomas Anderson 2024-12-12 17:42:56 +03:00 committed by GitHub
parent defe6c418f
commit f255b6088f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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/*