From 4f202355d4590a07cb5b3c570e3512a55a7b8b21 Mon Sep 17 00:00:00 2001 From: jukaifeng Date: Mon, 18 Mar 2024 16:42:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=8F=91=E5=B8=83=E8=B7=AF?= =?UTF-8?q?=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 7bbe049..07c7b24 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,8 +24,8 @@ steps: commands: - pwd # 查看当前目录 `/drone/src` - ls -alt - - npm config set registry https://dllcnx.com:30000/api/packages/dllcnx.github/npm/ # 切换私有仓库 - - npm config set -- '//dllcnx.com:30000/api/packages/dllcnx.github/npm/:_authToken' $DLLCNX_NPM + - npm config set registry https://gitea.dllcnx.com/api/packages/dllcnx.github/npm/ # 切换私有仓库 + - npm config set -- '//gitea.dllcnx.com/api/packages/dllcnx.github/npm/:_authToken' $DLLCNX_NPM # 切换私有仓库 - npm publish # 发布 environment: