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

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