Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hardyjosh committed Jan 4, 2025
1 parent 5f8e54c commit d7aa9f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/tauri-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,6 @@ jobs:

- run: nix develop .#tauri-shell -c ob-tauri-unit-test

- run: nix develop .#tauri-shell --command ob-tauri-before-build-ci
working-directory: ./tauri-app
env:
WALLETCONNECT_PROJECT_ID: ${{ secrets.WALLETCONNECT_PROJECT_ID }}

- run: nix develop .#tauri-shell --command ob-tauri-before-release
working-directory: ./tauri-app
env:
Expand Down
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@
echo VITE_SENTRY_FORCE_DISABLED=false >> .env
echo VITE_SENTRY_DSN=''${SENTRY_DSN} >> .env
echo COMMIT_SHA=''${COMMIT_SHA} >> .env
echo VITE_WALLETCONNECT_PROJECT_ID=''${VITE_WALLETCONNECT_PROJECT_ID} >> .env
'';
additionalBuildInputs = [
pkgs.sentry-cli
Expand Down

0 comments on commit d7aa9f5

Please sign in to comment.