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 46fe763
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@vbudovski:registry=https://npm.pkg.github.com
@vbudovski:registry=https://registry.npmjs.org
auto-install-peers=true

0 comments on commit 46fe763

Please sign in to comment.