From aa8b37fdcdd815eead6dcc8076a29d1aab59e510 Mon Sep 17 00:00:00 2001 From: jatin <84621253+h0x0er@users.noreply.github.com> Date: Thu, 29 Feb 2024 16:16:19 +0530 Subject: [PATCH] Update https-npm-publish.yml --- .github/workflows/https-npm-publish.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/https-npm-publish.yml b/.github/workflows/https-npm-publish.yml index 87e7354..325a32b 100644 --- a/.github/workflows/https-npm-publish.yml +++ b/.github/workflows/https-npm-publish.yml @@ -23,14 +23,18 @@ jobs: # 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 }} - - name: eCapture Memory if: always() run: sudo pmap -x `pidof ecapture` + - run: free -m + - run: pidof ecapture + + + - run: cd npm-package && npm publish + env: + NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # - name: Install pkg # if: always()