Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
h0x0er authored Feb 21, 2024
1 parent e7cabf5 commit e6eb8cc
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/https-npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e6eb8cc

Please sign in to comment.