Skip to content

Commit fc741b9

Browse files
committed
feat: migrate to npm
1 parent fc32bfd commit fc741b9

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/realease.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ jobs:
3737
- name: Release
3838
env:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40-
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40+
NPM_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}
4141
run: npx semantic-release

package.json

-3
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,6 @@
6262
"vite-tsconfig-paths": "^5.1.4",
6363
"vitest": "^3.0.4"
6464
},
65-
"publishConfig": {
66-
"registry": "https://npm.pkg.github.com"
67-
},
6865
"dependencies": {
6966
"@radix-ui/react-slot": "^1.1.1",
7067
"class-variance-authority": "^0.7.1",

0 commit comments

Comments
 (0)