🔖 Prepare to publish
This commit is contained in:
2
.github/workflows/pake_build_next.yaml
vendored
2
.github/workflows/pake_build_next.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user