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