From 243a4d459cc9860aa5d669d0c5cc652f8980e11b Mon Sep 17 00:00:00 2001 From: OCram85 Date: Tue, 7 May 2024 11:05:04 +0200 Subject: [PATCH] Update .woodpecker/ci.yml --- .woodpecker/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/ci.yml b/.woodpecker/ci.yml index 3b869983b..74bbefe0d 100644 --- a/.woodpecker/ci.yml +++ b/.woodpecker/ci.yml @@ -9,5 +9,5 @@ steps: apt-get install -y ca-certificates curl gnupg python3 build-essential git rsync - yarn install - yarn build - - yarn build:vscode + - export VERSION='0.0.0' && yarn build:vscode - yarn release \ No newline at end of file