mirror of
https://github.com/snachodog/tok-to-insta-follower-bridge.git
synced 2025-09-12 23:23:31 -06:00
🚀 support for firefox
This commit is contained in:
8
.github/workflows/publish.yml
vendored
8
.github/workflows/publish.yml
vendored
@@ -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 }}
|
||||
|
Reference in New Issue
Block a user