From 39960bc2382ab6bef26a61eb97ad0560bc7bf5f0 Mon Sep 17 00:00:00 2001 From: GigiaJ Date: Mon, 24 Nov 2025 01:49:09 -0600 Subject: [PATCH] update yml --- .github/workflows/publisher.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publisher.yml b/.github/workflows/publisher.yml index 84b3499..38d1576 100644 --- a/.github/workflows/publisher.yml +++ b/.github/workflows/publisher.yml @@ -27,7 +27,7 @@ jobs: registry-url: 'https://registry.npmjs.org' - name: Install dependencies - run: npm ci + run: npm i - name: Publish to npm (Trusted Publishing) run: npm publish --provenance --access public