From 41e0be736f2d07cdf7489e1c1c591b35b990e096 Mon Sep 17 00:00:00 2001 From: msivasubramaniaan Date: Tue, 11 Jun 2024 18:21:24 +0530 Subject: [PATCH] removed npm install --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ce7e35a2..db31e0c4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -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