Skip to content

Commit

Permalink
fix key removal
Browse files Browse the repository at this point in the history
  • Loading branch information
TuTiDore committed Aug 20, 2024
1 parent fded20c commit 85ddd83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: remove config pubkey
run: |
$json = Get-Content ./src-tauri/tauri.conf.json | ConvertFrom-Json
$json.tauri.key.PSObject.Properties.Remove('plugins')
$json.PSObject.Properties.Remove('plugins')
$json | ConvertTo-Json -Depth 32 | Set-Content ./src-tauri/tauri.conf.json
- name: install app dependencies
run: yarn
Expand Down

0 comments on commit 85ddd83

Please sign in to comment.