From 17977f7636beade6c44211ee41adae1126882d0f Mon Sep 17 00:00:00 2001 From: chenshenhai Date: Sun, 15 Oct 2023 12:06:03 +0800 Subject: [PATCH] ci: update github action --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 643199e26..b7f90951e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,6 +18,8 @@ jobs: - run: npm run build - run: cd packages/types/ - run: npm publish --tag next + env: + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - run: cd ../util/ - run: npm publish --tag next env: