Skip to content

Commit 41e0be7

Browse files
msivasubramaniaandatho7561
authored andcommitted
removed npm install
1 parent f3b2339 commit 41e0be7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yml

-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ jobs:
4242
- name: Install dependencies
4343
run: |
4444
npm install -g typescript "yarn" "@vscode/vsce" "ovsx"
45-
npm install
4645
echo "EXT_VERSION=$(cat package.json | jq -r .version)" >> $GITHUB_ENV
4746
- name: Build vscode-yaml
4847
uses: coactions/setup-xvfb@b6b4fcfb9f5a895edadc3bc76318fae0ac17c8b3 #v1.0.1
@@ -92,7 +91,6 @@ jobs:
9291
- name: Install dependencies
9392
run: |
9493
npm install -g typescript "yarn" "@vscode/vsce" "ovsx"
95-
npm install
9694
echo "EXT_VERSION=$(cat package.json | jq -r .version)" >> $GITHUB_ENV
9795
- name: Download VSIX Artifacts
9896
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)