Skip to content

Commit 7ac34f9

Browse files
committed
fix release
1 parent 10093b3 commit 7ac34f9

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: release
33
on:
44
push:
55
tags:
6-
- "*.*.*"
6+
- "v*.*.*"
77

88
jobs:
99
deploy:

readme.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,6 @@ bun inspect username:password
114114

115115
This will open the MCP Inspector with a GUI to play around and explore the MCP tools.
116116

117-
## To do
118-
119-
- Decrease built binary file size
120-
- Github action for build and tests
121-
122117
---
123118

124119
This project was created using `bun init` in bun v1.2.17. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.

0 commit comments

Comments
 (0)