From d955cc95579c015e736292444b12898c411178f5 Mon Sep 17 00:00:00 2001 From: windychen Date: Fri, 29 May 2026 14:36:32 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B7=BB=E5=8A=A0=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E6=B5=81=E6=8E=A8=E5=8C=85=E5=88=B0verdaccio?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 0201967..8a785a5 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -18,3 +18,11 @@ jobs: - name: Run build run: npm run build + + - name: Setup npm for Verdaccio + run: | + npm config set registry http://verdaccio:4873/ + npm config set //verdaccio:4873/:_authToken ${{ secrets.NPM_TOKEN }} + + - name: Publish package + run: npm publish