Fix create-release.py - add missing --version argument
All checks were successful
CI Pipeline / Rust Format Check (push) Successful in 3s
CI Pipeline / Clippy Lints (push) Successful in 45s
CI Pipeline / Rust Unit Tests (push) Successful in 1m0s
CI Pipeline / Security Audit (push) Successful in 4s
CI Pipeline / Frontend Lint & Type Check (push) Successful in 12s
CI Pipeline / Build .deb & Release (push) Successful in 3m14s
All checks were successful
CI Pipeline / Rust Format Check (push) Successful in 3s
CI Pipeline / Clippy Lints (push) Successful in 45s
CI Pipeline / Rust Unit Tests (push) Successful in 1m0s
CI Pipeline / Security Audit (push) Successful in 4s
CI Pipeline / Frontend Lint & Type Check (push) Successful in 12s
CI Pipeline / Build .deb & Release (push) Successful in 3m14s
This commit is contained in:
@ -267,4 +267,5 @@ jobs:
|
|||||||
DEB=$(ls linux-patch-manager_*.deb)
|
DEB=$(ls linux-patch-manager_*.deb)
|
||||||
python3 scripts/create-release.py \
|
python3 scripts/create-release.py \
|
||||||
--tag "${GITHUB_REF_NAME}" \
|
--tag "${GITHUB_REF_NAME}" \
|
||||||
--deb "${DEB}"
|
--deb "${DEB}" \
|
||||||
|
--version "${VERSION}"
|
||||||
|
|||||||
Reference in New Issue
Block a user