woodpecker/.woodpecker/release.yml

15 lines
328 B
YAML
Raw Normal View History

2023-09-07 15:17:17 +00:00
steps:
release:
2023-10-04 09:09:19 +00:00
image: woodpeckerci/plugin-ready-release-go:6.1.0
2023-09-07 15:17:17 +00:00
pull: true
settings:
release_branch: ${CI_REPO_DEFAULT_BRANCH}
forge_type: github
git_email: woodpecker-bot@obermui.de
github_token:
from_secret: GITHUB_TOKEN
when:
event: push
branch: ${CI_REPO_DEFAULT_BRANCH}