Skip to content

Commit

Permalink
feature: Publish to npmjs
Browse files Browse the repository at this point in the history
  • Loading branch information
vbudovski committed Apr 5, 2024
1 parent c3ac23a commit 72516c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
node-version: '20'
cache: 'pnpm'
registry-url: 'https://npm.pkg.github.com'
registry-url: 'https://registry.npmjs.org'
env:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}

Expand Down
1 change: 0 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
@vbudovski:registry=https://npm.pkg.github.com
auto-install-peers=true

0 comments on commit 72516c1

Please sign in to comment.