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
@@ -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}"