Skip to content

Commit

Permalink
use single quotes (#1316)
Browse files Browse the repository at this point in the history
  • Loading branch information
piyalbasu authored Jun 4, 2024
1 parent b40f961 commit fe141c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/submitProduction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
uses: restackio/update-json-file-action@617c86c20c3aea91b8438987dcef1e498e45a651 #v2.1
with:
file: ./extension/build/manifest.json
fields: "{'background': {'service_worker': 'background.min.js'}}"
fields: '{"background": {"service_worker": "background.min.js"}}'
- name: Zip Chrome build
run: zip -qq -r ./build_chrome.zip *
working-directory: ./extension/build
Expand Down

0 comments on commit fe141c8

Please sign in to comment.