From 6aae6d7c33b64d257ff38d560b541b742457952d Mon Sep 17 00:00:00 2001 From: chenshenhai Date: Sun, 15 Oct 2023 11:40:46 +0800 Subject: [PATCH] ci: update github action --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 45153b7..f371883 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,8 +15,8 @@ jobs: - run: npm run test - run: npm run build - run: cd packages/types/ - - run: npm publish + - run: npm publish --tag next - run: cd ../util/ - - run: npm publish + - run: npm publish --tag next env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}