Skip to content

Submit to Web Store

Submit to Web Store #3

Workflow file for this run

name: 'Submit to Web Store'
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up project folder
run: |
cd apps/browser-extension
- uses: pnpm/action-setup@v2
with:
version: 7.1.0
run_install: true
- name: Build and zip extension artifact
run: pnpm build -- --zip
- name: Browser Platform Publish
uses: PlasmoHQ/bpp@v2
with:
keys: ${{ secrets.SUBMIT_KEYS }}
artifact: build/chrome-mv3-prod.zip