🔖 Prepare to publish

This commit is contained in:
Tw93
2024-12-19 15:54:19 +08:00
parent 919ee669ca
commit 42fae5eb7d
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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"