From ba24aeea575ca65d31f1dadb5ffd8518809a21ee Mon Sep 17 00:00:00 2001 From: Priestch Date: Sat, 11 Mar 2023 10:12:19 +0800 Subject: [PATCH] ci: fix indent error in github action --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a65de5e..8dd7233 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -62,8 +62,8 @@ jobs: restore-keys: | ${{ runner.os }}-pnpm-store- - - name: Install dependencies - run: pnpm install + - name: Install dependencies + run: pnpm install - uses: tauri-apps/tauri-action@v0 env: