From d7985462a93d0eb1d397a6314c14348106bde574 Mon Sep 17 00:00:00 2001 From: xRain Date: Thu, 23 Apr 2026 21:42:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20action.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 1cf1b21..a1a19b2 100644 --- a/action.yml +++ b/action.yml @@ -10,8 +10,9 @@ runs: args: | -c "export https_proxy=http://100.100.13.14:8118 && \ export http_proxy=http://100.100.13.14:8118 && \ - npm install && \ - npm run build-only" + npm pkg set version=${{ github.ref_name }} + npm ci && \ + npm run build" - uses: docker://ubuntu:latest with: