diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml new file mode 100644 index 0000000000..98f59d0f6f --- /dev/null +++ b/.github/workflows/deploy.yml @@ -0,0 +1,18 @@ +name: "Submit to Web Stores" +on: + workflow_dispatch: + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - uses: actions/setup-node@v2.1.2 + - name: Install dependencies + run: npm ci + - name: Build package + run: npm run build + - name: Browser Plugin Publish + uses: plasmo-corp/bpp@v1 + with: + keys: ${{ secrets.SUBMIT_KEYS }}