From 34f7687c2b5e6e13d1120a81d236529ff3f453dd Mon Sep 17 00:00:00 2001 From: chenshenhai Date: Sat, 28 Mar 2026 21:29:55 +0800 Subject: [PATCH] ci: update action scripts --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d1e8336..c8e43b6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,16 +25,16 @@ jobs: # - run: npm publish --provenance --access public -w ./packages/types env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - - run: npm publish --provenance --access public -w ./packages/util + - run: npm publish --provenance --access public -w ./packages/util --tag next env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - - run: npm publish --provenance --access public -w ./packages/renderer + - run: npm publish --provenance --access public -w ./packages/renderer --tag next env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - - run: npm publish --provenance --access public -w ./packages/core + - run: npm publish --provenance --access public -w ./packages/core --tag next env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - - run: npm publish --provenance --access public -w ./packages/idraw + - run: npm publish --provenance --access public -w ./packages/idraw --tag next env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} # - run: npm publish --provenance --access public -w ./packages/figma