Skip to content

Commit ec0e69b

Browse files
fix: release archive should include LICENSE-APACHE and LICENSE-MIT instead of nonexistent LICENSE
1 parent 6238eef commit ec0e69b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: npm run test:run
3232

3333
- name: Create archive
34-
run: tar -czf firefox-devtools-mcp-${{ github.ref_name }}.tar.gz dist package.json README.md LICENSE
34+
run: tar -czf firefox-devtools-mcp-${{ github.ref_name }}.tar.gz dist package.json README.md LICENSE-APACHE LICENSE-MIT
3535

3636
- name: Build MCPB bundle
3737
run: npm run build:mcpb

0 commit comments

Comments
 (0)