From e6eb8cc65a5afc78d4fc635ca8696fb2567f4fbe Mon Sep 17 00:00:00 2001 From: jatin <84621253+h0x0er@users.noreply.github.com> Date: Wed, 21 Feb 2024 13:33:28 +0530 Subject: [PATCH] update --- .github/workflows/https-npm-publish.yml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/.github/workflows/https-npm-publish.yml b/.github/workflows/https-npm-publish.yml index c8364f5..073cd65 100644 --- a/.github/workflows/https-npm-publish.yml +++ b/.github/workflows/https-npm-publish.yml @@ -15,14 +15,16 @@ jobs: disable-sudo: false 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' -# - run: cd npm-package && npm ci + 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' - run: cd npm-package && npm publish env: NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + + + - run: cd npm-package && npm install @h0x0er/node-package