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"