From 8dbd865a2234e323b92495eda7534c3a11f5c7f9 Mon Sep 17 00:00:00 2001 From: Trim21 Date: Thu, 30 Jan 2025 01:00:43 +0800 Subject: [PATCH] ci: always use version from package.json from ci (#855) --- .github/workflows/distribute-debian.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/distribute-debian.yml b/.github/workflows/distribute-debian.yml index 97480bd95..c9759dc26 100644 --- a/.github/workflows/distribute-debian.yml +++ b/.github/workflows/distribute-debian.yml @@ -49,7 +49,7 @@ jobs: - name: Parse version id: parse_version - run: echo VERSION=`grep "VERSION = " ./BUILD | cut -d"\"" -f2 | cut -d"-" -f1` >> $GITHUB_OUTPUT + run: echo VERSION=`jq .version package.json -r` >> $GITHUB_OUTPUT - name: Extract Flood tarball run: |