We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4b1df8 commit 3055624Copy full SHA for 3055624
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
21
run: npm install
22
23
- name: typescript
24
- run: npx tsc
+ run: npm run compile
25
26
- name: Publish to Open VSX Registry
27
uses: HaaLeo/publish-vscode-extension@v2
@@ -34,7 +34,7 @@ jobs:
34
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
35
registryUrl: https://marketplace.visualstudio.com
36
extensionFile: ${{ steps.publishToOpenVSX.outputs.vsixPath }}
37
- packagePath: ''
+ packagePath: '.'
38
- name: Upload
39
uses: djn24/add-asset-to-release@v1
40
with:
0 commit comments