From 74621c04ffd8b10e3247090fa23b56269a0e2642 Mon Sep 17 00:00:00 2001 From: sricharankrishnan Date: Mon, 1 Jun 2026 12:18:52 +0530 Subject: [PATCH] fix - command --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f898d11..2022fb0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -90,7 +90,7 @@ jobs: run: npm publish - name: Pack NPM Package - run: npm Pack + run: npm pack - name: Check Directory run: ls -la