From 73236a5e5c590b6c5e1e03f51fc577be11ec06ba Mon Sep 17 00:00:00 2001 From: marek Date: Fri, 8 May 2026 18:43:32 +0300 Subject: [PATCH] Change sync command to use --release-version option --- src/scripts/sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/sync.sh b/src/scripts/sync.sh index 2c0ff60..e9cf959 100644 --- a/src/scripts/sync.sh +++ b/src/scripts/sync.sh @@ -1,6 +1,6 @@ #!/bin/sh if [ -n "${VERSION}" ]; then - ./linear-release sync --version "${VERSION}" + ./linear-release sync --release-version "${VERSION}" else ./linear-release sync fi