🐛 fix invalid value workflow
This commit is contained in:
5
.github/workflows/pake_build_next.yaml
vendored
5
.github/workflows/pake_build_next.yaml
vendored
@@ -2,10 +2,9 @@ name: Build App Next
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- "V*"
|
- 'V*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
read_apps_config:
|
read_apps_config:
|
||||||
name: Read Apps Config
|
name: Read Apps Config
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -28,7 +27,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
name: ${{ fromJson(needs.read_apps_config.outputs.apps_name) }}
|
name: ${{ fromJson(needs.read_apps_config.outputs.apps_name) }}
|
||||||
include: ${{ fromJSON(needs.read_apps_config.outputs.apps_config) }}
|
include: ${{ fromJSON(needs.read_apps_config.outputs.apps_config) }}
|
||||||
uses: ./.github/workflows/pake_build_single_app.yaml@master
|
uses: ./.github/workflows/pake_build_single_app.yaml
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.name }}
|
name: ${{ matrix.name }}
|
||||||
title: ${{ matrix.title }}
|
title: ${{ matrix.title }}
|
||||||
|
|||||||
Reference in New Issue
Block a user