name: Gitea Auto Release description: Create Gitea release according to semver inputs: host: description: "Server address of self-hosted Gitea." default: ${{ vars.CONTAINER_REGISTRY }} repository: description: "Repository to make releases against, in / format" default: ${{ gitea.repository }} token: description: "Gitea token to create a release" initial-version: description: "Initial version to start from" default: "v0.0.0" target-commitish: description: "Commitish value that determines where the Git tag is created from" default: "main" runs: using: node20 main: dist/index.js