Skip to content

Commit

Permalink
Fix test key in manifest for edge
Browse files Browse the repository at this point in the history
  • Loading branch information
mrruby committed Jun 23, 2024
1 parent 372da8b commit 202db44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:

- name: Remove key field from manifest for Edge
run: |
jq 'del(.key)' buildEdge/static/manifest.json > temp.json && mv temp.json buildEdge/static/manifest.json
jq 'del(.key)' buildEdge/manifest.json > temp.json && mv temp.json buildEdge/manifest.json
working-directory: holo-key-manager-extension

- name: Zip the build for Edge
Expand Down

0 comments on commit 202db44

Please sign in to comment.