This commit is contained in:
@@ -36,7 +36,7 @@ jobs:
|
||||
run: |
|
||||
npm install -g @vscode/vsce
|
||||
cd editor/vscode-jdg
|
||||
vsce package -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
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
"description": "Syntax highlighting for judge test-suite files",
|
||||
"version": "0.1.0",
|
||||
"publisher": "judge",
|
||||
"repository": {"type": "git", "url": "https://gitea.mkorn.me/admin/judge"},
|
||||
"engines": { "vscode": "^1.60.0" },
|
||||
"categories": ["Programming Languages"],
|
||||
"contributes": {
|
||||
|
||||
Reference in New Issue
Block a user