Skip to content

Commit 7aa1784

Browse files
committed
refactor: set VERSION in build VS Code step
1 parent c2c0afa commit 7aa1784

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,8 @@ jobs:
199199
key: vscode-reh-package-${{ secrets.VSCODE_CACHE_VERSION }}-${{ steps.vscode-rev.outputs.rev }}-${{ hashFiles('patches/*.diff', 'ci/build/build-vscode.sh') }}
200200

201201
- name: Build vscode
202+
env:
203+
VERSION: "0.0.0"
202204
if: steps.cache-vscode.outputs.cache-hit != 'true'
203205
run: yarn build:vscode
204206

0 commit comments

Comments
 (0)