File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 with :
1818 node-version : 18
1919 registry-url : https://registry.npmjs.org/
20- - run : npm cache clean --force
21- - run : npm ci
20+ - run : rm -rf node_modules package-lock.json
21+ - run : npm install --no-cache
2222 - run : npm publish
2323 env :
2424 NODE_AUTH_TOKEN : ${{secrets.npm_token}}
Original file line number Diff line number Diff line change 1717 with :
1818 node-version : 18
1919 registry-url : https://registry.npmjs.org/
20- - run : npm cache clean --force
21- - run : npm ci
20+ - run : rm -rf node_modules package-lock.json
21+ - run : npm install --no-cache
2222 - run : npm run upload
2323 env :
2424 CDN_ACCESS_KEY : ${{ secrets.CDN_ACCESS_KEY }}
Original file line number Diff line number Diff line change 1717 with :
1818 node-version : 18
1919 registry-url : https://registry.npmjs.org/
20- - run : npm cache clean --force
21- - run : npm ci
20+ - run : rm -rf node_modules package-lock.json
21+ - run : npm install --no-cache
2222 - run : npm run upload
2323 env :
2424 CDN_ACCESS_KEY : ${{ secrets.CDN_ACCESS_KEY }}
Original file line number Diff line number Diff line change 11{
22 "name" : " flashduty-knowledge-base" ,
3- "version" : " 1.2.5-beta.2 " ,
3+ "version" : " 1.2.6 " ,
44 "description" : " flashduty knowledge base" ,
55 "type" : " module" ,
66 "engines" : {
Original file line number Diff line number Diff line change @@ -138,6 +138,7 @@ const docs = {
138138 Keep,
139139 ElastAlert2,
140140 DingtalkAlert,
141+ FeishuAlert,
141142 Link,
142143} ;
143144export default docs ;
Original file line number Diff line number Diff line change @@ -137,6 +137,7 @@ const docs = {
137137 Keep,
138138 ElastAlert2,
139139 DingtalkAlert,
140+ FeishuAlert,
140141 Link,
141142} ;
142143export default docs ;
You can’t perform that action at this time.
0 commit comments