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 bdbb222 commit 8f65c1cCopy full SHA for 8f65c1c
.github/workflows/on-push.yml
@@ -63,7 +63,7 @@ jobs:
63
if: ${{ startsWith(github.ref, 'refs/tags/v') && !endsWith(github.ref, '-pre') && matrix.os == 'ubuntu-latest' }}
64
run: |
65
cd vscode-lean4
66
- npx vsce publish -i lean4-*.vsix
+ npx @vscode/vsce publish -i lean4-*.vsix
67
npx ovsx publish lean4-*.vsix
68
env:
69
OVSX_PAT: ${{ secrets.OVSX_PAT }}
@@ -73,7 +73,7 @@ jobs:
73
if: ${{ startsWith(github.ref, 'refs/tags/v') && endsWith(github.ref, '-pre') && matrix.os == 'ubuntu-latest' }}
74
75
76
- npx vsce publish --pre-release -i lean4-*.vsix
+ npx @vscode/vsce publish --pre-release -i lean4-*.vsix
77
npx ovsx publish --pre-release lean4-*.vsix
78
79
0 commit comments