akkuman/gitea-release-action

An action to support publishing release to Gitea.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
server_urlthe base url of the gitea APIno${{ github.server_url }}
bodyNote-worthy description of changes in releaseno${{ github.event.release.body != '' && github.event.release.body || null }}
body_pathPath to load description of changes in this releaseno
nameGives the release a custom name. Defaults to tag nameno${{ github.event.release.name != '' && github.event.release.name || github.ref_name }}
tag_nameGives a tag name. Defaults to github.GITHUB_REFno${{ github.ref_name }}
draftCreates a draft release. Defaults to falseno${{ github.event.release.draft || false }}
prereleaseIdentify the release as a prerelease. Defaults to falseno${{ github.event.release.prerelease || false }}
filesNewline-delimited list of path globs for asset files to uploadno
repositoryRepository to make releases against, in <owner>/<repo> formatno${{ github.repository }}
tokenGitea Tokenno${{ github.token }}
target_commitishCommitish value that determines where the Git tag is created from. Can be any branch or commit SHA.no
md5sumPublish `.md5` along with artifacts.no
sha256sumPublish `.sha256` along with artifacts.no

no outputs