We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc32bfd commit fc741b9Copy full SHA for fc741b9
.github/workflows/realease.yml
@@ -37,5 +37,5 @@ jobs:
37
- name: Release
38
env:
39
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40
- NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ NPM_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}
41
run: npx semantic-release
package.json
@@ -62,9 +62,6 @@
62
"vite-tsconfig-paths": "^5.1.4",
63
"vitest": "^3.0.4"
64
},
65
- "publishConfig": {
66
- "registry": "https://npm.pkg.github.com"
67
- },
68
"dependencies": {
69
"@radix-ui/react-slot": "^1.1.1",
70
"class-variance-authority": "^0.7.1",
0 commit comments