Skip to content

Commit

Permalink
Fixed release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Jul 18, 2024
1 parent be6a6eb commit 2672893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-tauri-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Install and test
run: |
nix-store --gc
nix develop --command bash -c "{{lower_case package_manager}} install && {{lower_case package_manager}} run build:happ"
nix develop --command bash -c "pnpm install && pnpm happ:build"
- name: Retrieve version
run: |
Expand Down

0 comments on commit 2672893

Please sign in to comment.