Commit 91c5bdd
ci+extension: release follow-ups (workflow contents:write + LICENSE)
Two follow-ups discovered after v0.1.0 published to Open VSX:
1. .github/workflows/publish-extension.yml: contents:read -> contents:write
The "Attach .vsix files to GitHub Release" step in the publish job
needs write access to repos/<owner>/<repo>/releases. Under contents:
read it fails with HTTP 403 "Resource not accessible by integration",
leaving the marketplace publish itself fine but no Release page +
attached .vsix bundles for sideload distribution.
2. extension/LICENSE: MIT copy from repo root
vsce package emits 'WARNING: LICENSE, LICENSE.md, or LICENSE.txt not
found' because vsce only looks inside the package root (extension/),
not at repo root. Copy keeps both surfaces in sync (same MIT text).
Both changes are CI/packaging only — no extension code or runtime
behaviour affected. Effective from the next tag push (extension-v0.1.1
or whatever the next release is).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent c03ac1e commit 91c5bdd
2 files changed
Lines changed: 22 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
0 commit comments