Skip to content

Commit

Permalink
fix: 修正发包信息
Browse files Browse the repository at this point in the history
QuanhuZeYu committed Aug 24, 2024
1 parent 44a064d commit 02052be
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -30,4 +30,4 @@ jobs:
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "@QuanhuZeYu/koishi-plugin-memelib",
"name": "@quanhuzeyu/koishi-plugin-memelib",
"version": "0.1.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"private": false,
"files": [
"src",

0 comments on commit 02052be

Please sign in to comment.