Update cloud-staging-build.yaml, update build

This commit is contained in:
MarkoBosnjak98
2025-09-03 13:09:02 +02:00
committed by GitHub
parent 1d76d24194
commit 0819827ce2

View File

@@ -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 ..
cd ..