Merge pull request 'ci: add release-helper pipeline' (#18) from feat/#2 into main
Reviewed-on: #18
This commit is contained in:
commit
65b2c2040c
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
when:
|
||||
event: push
|
||||
branch: ${CI_REPO_DEFAULT_BRANCH}
|
||||
|
||||
steps:
|
||||
release-helper:
|
||||
image: woodpeckerci/plugin-ready-release-go:2.0.0
|
||||
settings:
|
||||
git_email: woodpecker-bot@aireone.xyz
|
||||
forge_token:
|
||||
from_secret: RELEASE_HELPER_TOKEN
|
Loading…
Reference in New Issue