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 22, 2024
1 parent d152471 commit 4fb115a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@ jobs:

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

- name: Zip the build for Edge
Expand Down

0 comments on commit 4fb115a

Please sign in to comment.