From 2c8487cbd61f3a90ff8952f3635dae9148ca3155 Mon Sep 17 00:00:00 2001 From: Saeed <78552486+appsaeed@users.noreply.github.com> Date: Wed, 22 May 2024 05:49:58 +0600 Subject: [PATCH] Update workflow --- .github/workflows/new-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/new-publish.yml b/.github/workflows/new-publish.yml index b77f3a1..8231f88 100644 --- a/.github/workflows/new-publish.yml +++ b/.github/workflows/new-publish.yml @@ -30,10 +30,10 @@ jobs: with: node-version: "20.x" registry-url: https://npm.pkg.github.com/ - scope: "appsaeed" + # scope: "@appsaeed" - run: npm config set registry https://npm.pkg.github.com - run: npm run build - - run: npm publish --access public + - run: npm publish --name @appsaeed/utilies env: NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}