From 227fac1e8f1a7df4e25253aff513f1cbf40f2208 Mon Sep 17 00:00:00 2001 From: arvinxx Date: Sat, 6 Feb 2021 14:25:33 +0800 Subject: [PATCH] =?UTF-8?q?:construction=5Fworker:=20ci:=20=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E5=8F=91=E5=B8=83=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fba9c56a..ad09445e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -92,6 +92,9 @@ jobs: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} key: yarn-${{ runner.os }}-${{ hashFiles('yarn.lock') }} + - name: Install + run: yarn + - name: Tricky version run: npx npe version ${{ needs.check.outputs.version }}