From 015a5cf7c238c4a99dea50b3212b7290a02d7e11 Mon Sep 17 00:00:00 2001 From: jatin <84621253+h0x0er@users.noreply.github.com> Date: Wed, 21 Feb 2024 13:29:07 +0530 Subject: [PATCH] update --- .github/workflows/https-npm-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/https-npm-publish.yml b/.github/workflows/https-npm-publish.yml index d1a3ad0..0e731e7 100644 --- a/.github/workflows/https-npm-publish.yml +++ b/.github/workflows/https-npm-publish.yml @@ -23,6 +23,6 @@ jobs: # Defaults to the user or organization that owns the workflow file scope: '@h0x0er' # - run: cd npm-package && npm ci - - run: cd npm-packages && npm publish + - run: cd npm-package && npm publish env: NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}