Skip to content

Commit

Permalink
removed npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
msivasubramaniaan authored and datho7561 committed Jun 11, 2024
1 parent f3b2339 commit 41e0be7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
- name: Install dependencies
run: |
npm install -g typescript "yarn" "@vscode/vsce" "ovsx"
npm install
echo "EXT_VERSION=$(cat package.json | jq -r .version)" >> $GITHUB_ENV
- name: Build vscode-yaml
uses: coactions/setup-xvfb@b6b4fcfb9f5a895edadc3bc76318fae0ac17c8b3 #v1.0.1
Expand Down Expand Up @@ -92,7 +91,6 @@ jobs:
- name: Install dependencies
run: |
npm install -g typescript "yarn" "@vscode/vsce" "ovsx"
npm install
echo "EXT_VERSION=$(cat package.json | jq -r .version)" >> $GITHUB_ENV
- name: Download VSIX Artifacts
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 41e0be7

Please sign in to comment.