FIx versioning
Release Plugin / release (push) Failing after 19s

This commit is contained in:
2026-07-10 14:13:17 +02:00
parent 697b934108
commit 5015ffe2b4
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
name: "JellyfinSyncPlus"
guid: "267dbfe9-bb9c-4eeb-97aa-f0449283cfe6"
version: "0.2.0.0"
version: "0.3.0.0"
targetAbi: "10.11.6.0"
framework: "net9.0"
owner: "cynic"
@@ -16,6 +16,6 @@ category: "General"
artifacts:
- "JellyfinSyncPlus.dll"
changelog: >
0.2.0.0: SyncPlay stats-for-nerds page and manual one-shot "sync me to
0.3.0.0: SyncPlay stats-for-nerds page and manual one-shot "sync me to
group" button. No automatic playback intervention.
0.1.0.0: Phase 0 scaffold. Trivial plugin, no functionality yet.
+2 -2
View File
@@ -3,13 +3,13 @@
# .github/workflows/release.yml; safe to run locally too for a dry run.
#
# Required env vars:
# VERSION -- e.g. 0.2.0.0 (must match build.yaml's version)
# VERSION -- e.g. 0.3.0.0 (must match build.yaml's version)
# SERVER_URL -- e.g. https://gitea.mrcynic.site
# REPO_OWNER -- Gitea org/user the repo lives under
# REPO_NAME -- Gitea repo name
set -euo pipefail
: "${VERSION:?VERSION env var required, e.g. 0.2.0.0}"
: "${VERSION:?VERSION env var required, e.g. 0.3.0.0}"
: "${SERVER_URL:?SERVER_URL env var required, e.g. https://gitea.mrcynic.site}"
: "${REPO_OWNER:?REPO_OWNER env var required}"
: "${REPO_NAME:?REPO_NAME env var required}"
+3 -3
View File
@@ -8,10 +8,10 @@
"category": "General",
"versions": [
{
"version": "0.2.0.0",
"changelog": "0.2.0.0: SyncPlay stats-for-nerds page and manual one-shot \"sync me to group\" button. No automatic playback intervention. 0.1.0.0: Phase 0 scaffold. Trivial plugin, no functionality yet.",
"version": "0.3.0.0",
"changelog": "0.3.0.0: SyncPlay stats-for-nerds page and manual one-shot \"sync me to group\" button. No automatic playback intervention. 0.1.0.0: Phase 0 scaffold. Trivial plugin, no functionality yet.",
"targetAbi": "10.11.6.0",
"sourceUrl": "https://gitea.mrcynic.site/seer/JellyfinSyncPlus/releases/download/v0.2.0.0/JellyfinSyncPlus_0.2.0.0.zip",
"sourceUrl": "https://gitea.mrcynic.site/seer/JellyfinSyncPlus/releases/download/v0.3.0.0/JellyfinSyncPlus_0.3.0.0.zip",
"checksum": "34e384fc5914e2c459f52a9a7bfd91a5",
"timestamp": "2026-07-09T15:11:18Z"
}