Skip to content

Commit 9a9a465

Browse files
committed
fix: update workflow trigger to use release event and bump version to 0.1.1
1 parent 149daf5 commit 9a9a465

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Publish to NPM
22

33
on:
4-
push:
5-
tags: ["v*"]
4+
release:
5+
types: [published]
66

77
jobs:
88
build:

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@jinzcdev/leetcode-mcp-server",
33
"description": "MCP Server for LeetCode API (supports leetcode.com and leetcode.cn)",
4-
"version": "1.0.0",
4+
"version": "0.1.1",
55
"author": "jinzcdev",
66
"main": "./build/index.js",
77
"keywords": [
@@ -62,4 +62,4 @@
6262
"typescript-eslint": "^8.29.1",
6363
"vitest": "^1.6.1"
6464
}
65-
}
65+
}

0 commit comments

Comments
 (0)