From 42fae5eb7de7515be3f3a3141cc3ab399027352c Mon Sep 17 00:00:00 2001 From: Tw93 Date: Thu, 19 Dec 2024 15:54:19 +0800 Subject: [PATCH] :bookmark: Prepare to publish --- .github/workflows/pake_build_next.yaml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pake_build_next.yaml b/.github/workflows/pake_build_next.yaml index 2713268..de64ca6 100644 --- a/.github/workflows/pake_build_next.yaml +++ b/.github/workflows/pake_build_next.yaml @@ -18,7 +18,7 @@ jobs: id: read-apps-config run: | echo "apps_name=$(jq -c '[.[] | .name]' default_app_list.json)" >> $GITHUB_OUTPUT - echo "apps_config=$(jq -c '.[]' default_app_list.json)" >> $GITHUB_OUTPUT + echo "apps_config=$(jq -c '[.[]]' default_app_list.json)" >> $GITHUB_OUTPUT trigger_build: needs: read_apps_config diff --git a/package.json b/package.json index 178688b..74b1177 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pake-cli", - "version": "3.0.0-beta1", + "version": "3.0.0", "description": "🤱🏻 Turn any webpage into a desktop app with Rust. 🤱🏻 利用 Rust 轻松构建轻量级多端桌面应用。", "engines": { "node": ">=16.0.0"