Skip to content

Commit

Permalink
Attempt fix macos workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Sep 10, 2024
1 parent 07a01f9 commit 1951ad8
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 @@ -125,7 +125,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tauriScript: nix develop --no-update-lock-file --command npm tauri
tauriScript: nix develop --no-update-lock-file --command npm run tauri
releaseId: ${{ needs.publish-happ.outputs.releaseId }}
releaseDraft: true
prerelease: true
Expand Down

0 comments on commit 1951ad8

Please sign in to comment.