We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59927d9 commit 1d8af47Copy full SHA for 1d8af47
.github/workflows/publish.yaml
@@ -40,7 +40,7 @@ jobs:
40
- name: Publish
41
run: npm publish --access public
42
env:
43
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_2024 }}
44
# uses: JS-DevTools/npm-publish@v1
45
# with:
46
# token: ${{secrets.NPM_TOKEN}}
package.json
@@ -5,7 +5,7 @@
5
"url": "https://www.capsion.top"
6
},
7
"name": "@mucpsing/cli",
8
- "version": "2.2.0",
+ "version": "2.2.1",
9
"description": "个人自用脚手架",
10
"main": "index.mjs",
11
"module": "bin/index.ems.js",
0 commit comments