You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -24,14 +24,14 @@
24
24
25
25
# Browser Platform Publisher
26
26
27
-
A GitHub action from [plasmo](https://www.plasmo.com/) to publish your browser extension to every web store/add-ons marketplace. This action and its dependencies are fully opensource under the MIT license. The core modules are:
27
+
A GitHub action from [plasmo](https://www.plasmo.com/) to publish your browser extension to every web store/add-ons marketplace. This action and its dependencies are fully open-source under the MIT license. The core modules are:
The action is updated regularly and is field-tested in [cex](https://github.com/PlasmoHQ/cex/actions)
34
+
The action is updated regularly and tested in [cex](https://github.com/PlasmoHQ/cex/actions)
35
35
36
36
## Usage
37
37
@@ -57,7 +57,7 @@ steps:
57
57
keys: ${{ secrets.BPP_KEYS }}
58
58
```
59
59
60
-
**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:
60
+
**NOTE**: If you skipped the `zip` parameter in your keys, and your extension artifact is understood by the browser you specified, you can specify an `artifact` action parameter:
0 commit comments