From 7f56d3348e6754ae3eddc81a9a711ebcc9afcc91 Mon Sep 17 00:00:00 2001 From: dcode Date: Thu, 7 Apr 2022 06:04:19 +0200 Subject: [PATCH] fix? --- .github/workflows/publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ca40907b9..f8e66bf2f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,7 +14,8 @@ jobs: - name: Install dependencies run: | npm -v - npm ci && (cd cli && npm ci) + npm ci + cd cli && npm ci && cd .. - name: Build packages run: | VERSION=$(npx aspublish --version)