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