Skip to content

Commit

Permalink
fix(ci): add checkout action in build-tauri job
Browse files Browse the repository at this point in the history
  • Loading branch information
theaungmyatmoe committed Nov 6, 2023
1 parent b59ca88 commit 0e8c36d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:

runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
Expand All @@ -58,7 +59,7 @@ jobs:
with:
node-version: 20
cache: pnpm
cache-dependency-path: '**/pnpm-lock.yaml'
cache-dependency-path: ${{github.workspace}}/apps/pnpm-lock.yaml

- name: Install dependencies
run: pnpm install
Expand Down

0 comments on commit 0e8c36d

Please sign in to comment.