From b4f22b8f7f428a3633778c2e5e94aa7aa7bfd8f2 Mon Sep 17 00:00:00 2001 From: Saeed <78552486+appsaeed@users.noreply.github.com> Date: Wed, 22 May 2024 04:49:03 +0600 Subject: [PATCH] Update new-publish.yml --- .github/workflows/new-publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/new-publish.yml b/.github/workflows/new-publish.yml index 57c5d08..ae02b0c 100644 --- a/.github/workflows/new-publish.yml +++ b/.github/workflows/new-publish.yml @@ -30,6 +30,7 @@ jobs: node-version: "20.x" registry-url: https://npm.pkg.github.com/ scope: "@appsaeed" # Update the scope if necessary + - run: npm config set registry https://npm.pkg.github.com - run: npm run build - run: npm publish --access public # Make sure to include --access public to ensure the package is public env: