Skip to content

Commit

Permalink
ci: fix indent error in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Priestch committed Mar 11, 2023
1 parent 5dd1c7f commit ba24aee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ba24aee

Please sign in to comment.