Skip to content

Commit a30fd2c

Browse files
committed
chore: 更新版本号和发布流程
1 parent 477e8c8 commit a30fd2c

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/auto-release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ jobs:
1313
env:
1414
NODE_OPTIONS: '--max-old-space-size=8192'
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1717
with:
1818
fetch-depth: 0
1919

2020
- name: Use Node.js
21-
uses: actions/setup-node@v4
21+
uses: actions/setup-node@v6
2222
with:
2323
node-version: 24
2424
registry-url: 'https://registry.npmjs.org/'
2525

2626
- name: Install dependencies
27-
run: npm install
27+
run: npm install --ignore-scripts
2828

2929
- name: lint
3030
run: npm run lint
@@ -73,12 +73,12 @@ jobs:
7373
echo "Versions match ($TAG_VERSION). Proceeding..."
7474
fi
7575
76-
npm publish --provenance --access public --tag ${{ steps.meta.outputs.npm_tag }}
76+
npm publish --ignore-scripts --provenance --access public --tag ${{ steps.meta.outputs.npm_tag }}
7777
env:
7878
CI: true
7979

8080
- name: Create GitHub Release
81-
uses: softprops/action-gh-release@v1
81+
uses: softprops/action-gh-release@v3
8282
with:
8383
tag_name: ${{ github.ref_name }}
8484
name: Release ${{ github.ref_name }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/mcp-server-antv",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"description": "MCP Server for AntV visualization libraries development, which provides documentation context and examples for visualization developers.",
55
"main": "build/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)