Public gitea
Build and Release Jellyfin plugins / release (push) Failing after 17s

This commit is contained in:
2026-08-22 22:11:25 +02:00
parent 5996957ace
commit a670d131d4
2 changed files with 20 additions and 11 deletions
+9 -1
View File
@@ -23,4 +23,12 @@ https://<your-gitea>/<owner>/<repo>/raw/branch/<default>/Jellyfin/manifest.json
- **Scaffold:** `.gitea/workflows/scaffold_jellyfin_plugin.yml` (`workflow_dispatch`)
- **Release:** `.gitea/workflows/release_jellyfin_plugin.yml` — on push to `Jellyfin/**`, builds each changed plugin that has `build.yaml` + `version`
Bump `Jellyfin/<slug>/version` before pushing when you want a new release. Re-pushing the same version skips (release already exists).
Bump `Jellyfin/<slug>/version` before pushing when you want a new release. Re-pushing the same version skips (release already exists).
### Required secret
| Secret | Example | Used for |
|---|---|---|
| `GITEA_PUBLIC_URL` | `https://gitea.example.com` | `sourceUrl` in `manifest.json` (no trailing slash) |
API calls still use the runners internal Gitea URL; only catalog download links use this secret.