From 4c6a593ae328179467303b1511f768d1f848ef9f Mon Sep 17 00:00:00 2001 From: lloydzhou Date: Wed, 25 Sep 2024 00:13:36 +0800 Subject: [PATCH] hotfix for get version in action --- .github/workflows/app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/app.yml b/.github/workflows/app.yml index 7e74cf045..968a02212 100644 --- a/.github/workflows/app.yml +++ b/.github/workflows/app.yml @@ -20,7 +20,7 @@ jobs: with: node-version: 18 - name: get version - run: echo "PACKAGE_VERSION=$(node -p "require('./src-tauri/tauri.conf.json').package.version")" >> $GITHUB_ENV + run: echo "PACKAGE_VERSION=$(node -p "require('./src-tauri/tauri.conf.json').version")" >> $GITHUB_ENV - name: create release id: create-release uses: actions/github-script@v6