From de4ee1eceb337ee086eccccb7a7a591d9612193b Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Sat, 5 Sep 2020 09:45:47 +0200 Subject: [PATCH] chore: update ci --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e11f49b..5f559d0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,8 +50,6 @@ jobs: needs: prepare steps: - uses: actions/checkout@v2 - - name: Build extension - run: yarn build - name: Get yarn cache directory path id: yarn-cache-dir-path @@ -69,6 +67,9 @@ jobs: run: yarn --frozen-lockfile if: steps.cache-yarn-cache.outputs.cache-hit != 'true' || steps.cache-node-modules.outputs.cache-hit != 'true' + - name: Build extension + run: yarn build + - uses: lannonbr/vsce-action@master with: args: "publish -p $VSCE_TOKEN"