From d9a79c637f6d023980b31f51f085c3d883d24778 Mon Sep 17 00:00:00 2001 From: hunghg255 Date: Sat, 23 Dec 2023 16:35:42 +0700 Subject: [PATCH] chore: update ci publish --- .github/workflows/publish.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7f694fd..ed26bcf 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,11 +19,10 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 - - uses: actions/setup-node@v3 with: - node-version: '20.x' - registry-url: 'https://registry.npmjs.org' + node-version: '20.x' + registry-url: 'https://registry.npmjs.org' - run: npm install - run: npm run build - run: npm publish