fix license
All checks were successful
Release / Build & publish (push) Successful in 33s

This commit is contained in:
2026-04-07 09:57:55 +03:00
parent 8aea2806e0
commit 86b8d83643
2 changed files with 22 additions and 1 deletions

View File

@@ -36,7 +36,7 @@ jobs:
run: |
npm install -g @vscode/vsce
cd editor/vscode-jdg
vsce package --allow-missing-repository --allow-missing-license -o "../../dist/jdg-language.vsix"
vsce package --allow-missing-repository -o "../../dist/jdg-language.vsix"
- name: Create release
uses: https://gitea.com/actions/gitea-release-action@main