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