This is an automated email from the ASF dual-hosted git repository.

wangzx pushed a commit to branch nightly-build
in repository https://gitbox.apache.org/repos/asf/echarts.git

commit 5309444d67b59d9551f1e3390bbf7c36ffc0a4dd
Author: plainheart <y...@all-my-life.cn>
AuthorDate: Mon Oct 17 14:42:41 2022 +0800

    chore(workflow): always install the latest nightly version of zrender when 
publishing nightly echarts
---
 .github/workflows/nightly-next.yml | 4 +++-
 .github/workflows/nightly.yml      | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/nightly-next.yml 
b/.github/workflows/nightly-next.yml
index 35f3aeb6a..39683fc6e 100644
--- a/.github/workflows/nightly-next.yml
+++ b/.github/workflows/nightly-next.yml
@@ -28,7 +28,9 @@ jobs:
           registry-url: https://registry.npmjs.org/
       - name: Setup and publish nightly
         run: |
-          npm ci
+          npm i
+          npm i zrender@npm:zrender-nightly@next
+          npm ls zrender
           npm run release
           npm run test
           npm run test:dts
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index c60920359..19b3f051e 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -25,7 +25,9 @@ jobs:
           registry-url: https://registry.npmjs.org/
       - name: Setup and publish nightly
         run: |
-          npm ci
+          npm i
+          npm i zrender@npm:zrender-nightly
+          npm ls zrender
           npm run release
           npm run test
           npm run test:dts


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to