Skip to content

Commit

Permalink
fix: test without empty key in manifest file
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanewood committed Aug 7, 2024
1 parent 4bec936 commit 7792a69
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/e2e_testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ jobs:
- name: Remove onboarding video
run: |
rm -fv ./dist/images/core-ext-hero-hq.webm
- name: Add extension key to manifest file
run: |
echo $(cat ./dist/manifest.json | jq '.key = "${{ secrets.EXTENSION_PUBLIC_KEY }}"') > ./dist/manifest.json
- name: Generate a zip
run: yarn zip
- name: Output extension file version before renaming
Expand Down

0 comments on commit 7792a69

Please sign in to comment.