Browse Source

fix publish ci

Michael Yang 1 năm trước cách đây
mục cha
commit
36a03df8f5
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      .github/workflows/publish.yaml

+ 1 - 0
.github/workflows/publish.yaml

@@ -14,6 +14,7 @@ jobs:
       - uses: actions/setup-node@v4
         with:
           node-version: latest
+          registry-url: https://registry.npmjs.org
           cache: npm
       - run: npm ci
       - run: |