From c0813156a1d986a4b5cd7e295d46ac9802f9696b Mon Sep 17 00:00:00 2001 From: DarkSky Date: Mon, 13 Feb 2023 22:33:49 +0800 Subject: [PATCH] fix: typo --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 939abdacf6..db0ad09cee 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -190,7 +190,7 @@ jobs: name: Push frontend image if: github.ref == 'refs/heads/master' runs-on: ubuntu-latest - needs: build-livedemo + needs: build-frontend permissions: contents: read