From a7b8340baa1569d5c1882e632ea04d17445983d9 Mon Sep 17 00:00:00 2001 From: Tw93 Date: Sun, 27 Aug 2023 16:53:30 +0800 Subject: [PATCH] :bug: fix invalid value workflow --- .github/workflows/pake_build_next.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pake_build_next.yaml b/.github/workflows/pake_build_next.yaml index d38f187..71b37c9 100644 --- a/.github/workflows/pake_build_next.yaml +++ b/.github/workflows/pake_build_next.yaml @@ -2,10 +2,9 @@ name: Build App Next on: push: tags: - - "V*" + - 'V*' jobs: - read_apps_config: name: Read Apps Config runs-on: ubuntu-latest @@ -28,7 +27,7 @@ jobs: matrix: name: ${{ fromJson(needs.read_apps_config.outputs.apps_name) }} 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: name: ${{ matrix.name }} title: ${{ matrix.title }}