From e7cabf595bedeb24ae9817ff6d26bb40c3d1a0ff Mon Sep 17 00:00:00 2001 From: jatin <84621253+h0x0er@users.noreply.github.com> Date: Wed, 21 Feb 2024 13:30:50 +0530 Subject: [PATCH] updates --- .github/workflows/https-npm-publish.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/https-npm-publish.yml b/.github/workflows/https-npm-publish.yml index 0e731e7..c8364f5 100644 --- a/.github/workflows/https-npm-publish.yml +++ b/.github/workflows/https-npm-publish.yml @@ -16,12 +16,12 @@ jobs: egress-policy: audit - uses: actions/checkout@v4 # Setup .npmrc file to publish to GitHub Packages - - uses: actions/setup-node@v3 - with: - node-version: '20.x' - registry-url: 'https://npm.pkg.github.com' - # Defaults to the user or organization that owns the workflow file - scope: '@h0x0er' + # - uses: actions/setup-node@v3 + # with: + # node-version: '20.x' + # registry-url: 'https://npm.pkg.github.com' + # # Defaults to the user or organization that owns the workflow file + # scope: '@h0x0er' # - run: cd npm-package && npm ci - run: cd npm-package && npm publish env: