Skip to content

Commit

Permalink
Merge branch 'main' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
phenomen committed Nov 20, 2024
2 parents 52f629c + cd1a334 commit 0360846
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ jobs:
with:
workspaces: "./src-tauri -> target"

# - name: install frontend dependencies
# If you don't have `beforeBuildCommand` configured you may want to build your frontend here too.
# run: npm install # change this to npm or pnpm depending on which one you use.
- name: install frontend dependencies
# If you don't have `beforeBuildCommand` configured you may want to build your frontend here too.
run: npm install # change this to npm or pnpm depending on which one you use.

- uses: tauri-apps/tauri-action@v0
env:
Expand Down

0 comments on commit 0360846

Please sign in to comment.