From cbdb255a8dccbaa2e3e2013c4013ab2869b902fa Mon Sep 17 00:00:00 2001 From: Echo Date: Mon, 27 Apr 2026 23:38:43 +0000 Subject: [PATCH] Fix create-release.py - add missing --version argument --- .gitea/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index e717612..3e099e3 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -267,4 +267,5 @@ jobs: DEB=$(ls linux-patch-manager_*.deb) python3 scripts/create-release.py \ --tag "${GITHUB_REF_NAME}" \ - --deb "${DEB}" + --deb "${DEB}" \ + --version "${VERSION}"