🚀 support for firefox

This commit is contained in:
kawamataryo
2023-08-25 23:26:36 +09:00
parent 0e4c201394
commit 36f590f1a6
12 changed files with 206 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
name: "Publish to Chrome Web Store"
name: "Publish to Extension Store"
on:
push:
branches:
@@ -64,12 +64,12 @@ jobs:
run: npx changeset tag
- name: Build the extension
run: npm run build
run: npm run build && npm run build:firefox
- name: Package the extension into a zip artifact
run: npm run package
run: npm run package && npm run package:firefox
- name: Publish to Chrome Web Store
- name: Publish to Extension Store
uses: PlasmoHQ/bpp@v3
with:
keys: ${{ secrets.PUBLISH_KEYS }}