From d3cfc6473ed4874bc5abe5289b99146d333b86f5 Mon Sep 17 00:00:00 2001 From: officeyutong Date: Tue, 24 Dec 2024 17:47:56 +0800 Subject: [PATCH] update ci --- .github/workflows/github-registry.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-registry.yml b/.github/workflows/github-registry.yml index ac1517e..99d1523 100644 --- a/.github/workflows/github-registry.yml +++ b/.github/workflows/github-registry.yml @@ -30,6 +30,6 @@ jobs: cd light-client-js yarn install yarn build - yarn npm publish + yarn publish env: NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}