File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : Npm publish
2+
3+ on :
4+ release :
5+ types : [published]
6+
7+ jobs :
8+ publish :
9+ runs-on : ubuntu-latest
10+ steps :
11+ - uses : actions/checkout@v3
12+ - uses : actions/setup-node@v3
13+ with :
14+ node-version : 12
15+ registry-url : https://registry.npmjs.org/
16+ - run : npm install
17+ - run : npm run build
18+ - run : npm publish
19+ env :
20+ NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
Original file line number Diff line number Diff line change @@ -25,3 +25,5 @@ coverage/
2525.nyc_output /
2626.idea
2727yarn.lock
28+
29+ .claude /settings.local.json
Original file line number Diff line number Diff line change 11## CHANGE LOG
22
3+ ## 7.15.2
4+ - 对象存储,修复 pfop pipeline 参数无效问题
5+
36## 7.15.1
47- 对象存储,开放分片上传部分接口
58
Original file line number Diff line number Diff line change 11{
22 "name" : " qiniu" ,
3- "version" : " 7.15.1 " ,
3+ "version" : " 7.15.2 " ,
44 "description" : " Node wrapper for Qiniu Resource (Cloud) Storage API" ,
55 "main" : " index.js" ,
66 "directories" : {
You can’t perform that action at this time.
0 commit comments