browser-actions/Release Firefox addon
Release a Firefox add-on to addons.mozilla.org by uploading a zip file with optional source file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| addon-id | ID of the add-on to be published in numeric or UUID format, or the add-on slug. | yes | — |
| addon-path | Path to the add-on file to be published | yes | — |
| source-path | Optional path to the source file of the version. This is nessesary if the version contains minified, concatenated, or transpiled code. | — | — |
| approval-note | Optional note to help reviewers such as how to build the add-on or how to test with test accounts | — | — |
| compatibility-firefox-min | Minimum version of Firefox that the version is compatible with | — | — |
| compatibility-firefox-max | Maximum version of Firefox that the version of the add-on is compatible with | — | — |
| license | License of the version | — | — |
| release-note | Information about changes in the new version. Note that this field supports only locale "en-US". | — | — |
| channel | Channel to publish the version. This field supports only "listed" and "unlisted". | — | listed |
| auth-api-issuer | An API key of the JWT token for authentication | yes | — |
| auth-api-secret | An API secret of the JWT token for authentication | yes | — |
Outputs
| name | description |
|---|---|
| version | Version number of the uploaded version |
| version-id | ID of the uploaded version in numeric format |
| version-edit-url | URL of the edit page of the uploaded version |