Skip to content

Commit

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

0 comments on commit e7cabf5

Please sign in to comment.