forked from PlasmoHQ/bpp
-
Notifications
You must be signed in to change notification settings - Fork 1
/
action.yml
31 lines (31 loc) · 910 Bytes
/
action.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name: "Browser Platform Publisher"
description: "Publish your browser extension anywhere using a single action."
author: "Plasmo Corp."
branding:
icon: upload-cloud
color: purple
inputs:
keys:
required: true
description: "A JSON string containing the keys to be used for the submission process."
artifact:
required: false
description: "The extension zip artifact to be published."
zip:
required: false
description: "This is an alias to artifact argument."
file:
required: false
description: "This is an alias to artifact argument."
notes:
required: false
description: "A release note cataloging changes."
verbose:
required: false
description: "Print out more verbose logging."
version-file:
required: false
description: "The path to a json file with a version field, default to package.json."
runs:
using: "node16"
main: "index.js"