Skip to content

Commit 7d19a12

Browse files
authored
Adds MIT License to Firefox Publish Workflow
`Error: Failed to PATCH https://addons.mozilla.org/api/v5/addons/addon/***/versions/5.5.0/: 400 Bad Request {"license":["License with slug=undefined does not exist."]}`
1 parent ac4f83a commit 7d19a12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/submit_firefox.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
addon-id: ${{ secrets.FIREFOX_EXTENSION_ID }}
4141
addon-path: ${{ steps.find-path.outputs.firefox_extension_path }}
4242
source-path: "extension-source.zip"
43+
license: "MIT"
4344
approval-note: |
4445
The source code and build instructions are available at
4546
https://github.com/csfloat/extension?tab=readme-ov-file#how-to-build-release.

0 commit comments

Comments
 (0)