Skip to content

Commit 1d8af47

Browse files
committed
feat: 更新npm 2024 token
1 parent 59927d9 commit 1d8af47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Publish
4141
run: npm publish --access public
4242
env:
43-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
43+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_2024 }}
4444
# uses: JS-DevTools/npm-publish@v1
4545
# with:
4646
# token: ${{secrets.NPM_TOKEN}}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"url": "https://www.capsion.top"
66
},
77
"name": "@mucpsing/cli",
8-
"version": "2.2.0",
8+
"version": "2.2.1",
99
"description": "个人自用脚手架",
1010
"main": "index.mjs",
1111
"module": "bin/index.ems.js",

0 commit comments

Comments
 (0)