Skip to content

Commit

Permalink
Update https-npm-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
h0x0er authored Feb 29, 2024
1 parent bba33b8 commit aa8b37f
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/https-npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit aa8b37f

Please sign in to comment.