Skip to content

Commit a4d9188

Browse files
authored
Merge pull request #324 from csfloat/fix/firefox-license-workflow
Adds MIT License to Firefox Publish Workflow
2 parents ac4f83a + 7d19a12 commit a4d9188

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)