From d8fa160a8c154fdd2ee84613140ca453f816e12a Mon Sep 17 00:00:00 2001 From: jiftechnify Date: Tue, 8 Oct 2024 10:52:01 +0900 Subject: [PATCH] chore: fix release --- .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 3666c36..b65c357 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: - name: Lint, Test and Build run: npm run run-all-gha - - name: Publish to npm - run: npm run release + - name: Release packages to npm + run: npm run release -- --yes env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}