Skip to content

Commit 1292343

Browse files
author
niuweili
committed
Merge branch 'main' into test
2 parents 3c01202 + 5495484 commit 1292343

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
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}}

.github/workflows/prod-upload.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
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 }}

.github/workflows/test-upload.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
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 }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

0 commit comments

Comments
 (0)