From 4c43eb5eeb26a4164de7b9b72d0f4180c3efbc63 Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Thu, 9 Sep 2021 07:17:39 +0200 Subject: [PATCH] Updated beta baseImagesUrl --- .github/workflows/release-beta.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-beta.yml b/.github/workflows/release-beta.yml index 2aefbd94..122cbc1d 100644 --- a/.github/workflows/release-beta.yml +++ b/.github/workflows/release-beta.yml @@ -23,5 +23,5 @@ jobs: run: node scripts/beta-release.js $GITHUB_RUN_ID - name: Publish - run: npx vsce publish -p ${{ secrets.VSCE_PAT }} + run: npx vsce publish -p ${{ secrets.VSCE_PAT }} --baseImagesUrl dev