From 0819827ce20346ef5f25b3fe29293cb448840565 Mon Sep 17 00:00:00 2001 From: MarkoBosnjak98 Date: Wed, 3 Sep 2025 13:09:02 +0200 Subject: [PATCH] Update cloud-staging-build.yaml, update build --- .github/workflows/cloud-staging-build.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/cloud-staging-build.yaml b/.github/workflows/cloud-staging-build.yaml index 620d809d..094dd94a 100644 --- a/.github/workflows/cloud-staging-build.yaml +++ b/.github/workflows/cloud-staging-build.yaml @@ -118,8 +118,6 @@ jobs: - name: Setup extension run: | cd tmp_extension - npm install - npm run compile:ts npm install -g @vscode/vsce@3.3.2 npm run build vsce package @@ -182,4 +180,4 @@ jobs: git commit -m "version $VERSION" git push origin staging fi - cd .. \ No newline at end of file + cd ..