Skip to content

Commit

Permalink
update config for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
pornkilla committed Sep 30, 2024
1 parent 17933c1 commit 9dd1729
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_CONFIG_REGISTRY: "https://npm.pkg.github.com"
steps:
- uses: actions/checkout@v4

Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,9 @@
"standard-version": "^9.5.0",
"ts-node": "~10.9.2",
"typescript": "~5.5.4"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"tag": "latest"
}
}

0 comments on commit 9dd1729

Please sign in to comment.