We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3b2339 commit 41e0be7Copy full SHA for 41e0be7
.github/workflows/release.yml
@@ -42,7 +42,6 @@ jobs:
42
- name: Install dependencies
43
run: |
44
npm install -g typescript "yarn" "@vscode/vsce" "ovsx"
45
- npm install
46
echo "EXT_VERSION=$(cat package.json | jq -r .version)" >> $GITHUB_ENV
47
- name: Build vscode-yaml
48
uses: coactions/setup-xvfb@b6b4fcfb9f5a895edadc3bc76318fae0ac17c8b3 #v1.0.1
@@ -92,7 +91,6 @@ jobs:
92
91
93
94
95
96
97
- name: Download VSIX Artifacts
98
uses: actions/download-artifact@v4
0 commit comments