From 0b970a73b6cd91b0eaaf8052ce9068ffd4f718f0 Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Wed, 8 Sep 2021 08:43:30 +0200 Subject: [PATCH] Updated beta workflow --- .github/workflows/release-beta.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-beta.yml b/.github/workflows/release-beta.yml index 78f1e31f..2aefbd94 100644 --- a/.github/workflows/release-beta.yml +++ b/.github/workflows/release-beta.yml @@ -22,6 +22,6 @@ jobs: - name: Prepare BETA run: node scripts/beta-release.js $GITHUB_RUN_ID - # - name: Publish - # run: npx vsce publish -p ${{ secrets.VSCE_PAT }} + - name: Publish + run: npx vsce publish -p ${{ secrets.VSCE_PAT }}