Woodpecker CI plugin to create a Gitea release. This plugin is a fork of drone-gitea-release.
Settings
Settings Name | Default | Description |
---|---|---|
api-key |
none | API key for Gitea |
files |
none | List of files to upload |
file-exists |
overwrite |
What to do if files already exist; one of overwrite , fail , or skip |
checksum |
none | Generate checksums for specific files |
draft |
false |
Create a draft release |
skip-verify |
false |
Visit base-url and skip verifying certificate |
prerelease |
false |
Create a pre-release |
base-url |
none | Base URL of Gitea instance |
notes |
none | File or string with notes for the release (ex: changelog) |
title |
none | File or string with the title for the release |
env-file |
none | Path to a .env file to load |
Example
publish:
image: woodpeckerci/plugin-gitea-release
settings:
base_url: https://codeberg.org
files:
- "hello-world"
- "hello-world.exe"
api_key:
from_secret: API_KEY