From c0e1a4cb5395b129806dca1b7239f22d11f08715 Mon Sep 17 00:00:00 2001 From: Manthan Ankolekar Date: Sun, 16 Jun 2024 13:27:20 +0530 Subject: [PATCH] feat: Update publish.yml --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 896c052..57918ae 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 16 - - run: npm ci + - run: npm i publish-npm: needs: build @@ -26,4 +26,4 @@ jobs: - run: npm ci - run: npm publish env: - NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}} \ No newline at end of file + NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}