Skip to content

Commit c836b22

Browse files
committed
update readme
1 parent 389e473 commit c836b22

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

README.md

-16
Original file line numberDiff line numberDiff line change
@@ -57,22 +57,6 @@ steps:
5757
keys: ${{ secrets.BPP_KEYS }}
5858
```
5959
60-
**NOTE**: If you're publishing to the Opera store, you will need to set up Chromium for puppeteer before running `bpp`. In v3, we will hopefully deprecate the Puppeteer approach altogether (since it's quite a leaky abstraction), or have an option for BPP to download and set up the browser for you.
61-
62-
```yaml
63-
steps:
64-
- name: Setup Chrome
65-
uses: browser-actions/setup-chrome@latest
66-
with:
67-
chrome-version: latest
68-
- name: Browser Platform Publish
69-
uses: PlasmoHQ/bpp@v2
70-
env:
71-
PUPPETEER_EXECUTABLE_PATH: /opt/hostedtoolcache/chromium/latest/x64/chrome
72-
with:
73-
keys: ${{ secrets.BPP_KEYS }}
74-
```
75-
7660
**NOTE**: If you skipped the `zip` parameter in your keys, and that your extension artifact is understood by the browser you specified, you can specify an `artifact` action parameter:
7761

7862
```yaml

0 commit comments

Comments
 (0)