Skip to content

Commit 1d87c26

Browse files
committed
feat: prepare release v0.1.9
1 parent 6a412c8 commit 1d87c26

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1-
name: Build/release
2-
3-
on: push
1+
name: Build mac app
2+
3+
on:
4+
push:
5+
tags:
6+
- 'v*'
7+
branches:
8+
- main
9+
- test-build-action
410

511
permissions: write-all
612

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mcp-manager",
33
"private": true,
4-
"version": "0.1.6",
4+
"version": "0.1.9",
55
"main": "./dist-electron/main.js",
66
"scripts": {
77
"dev": "npm run check && vite --port 7777",

0 commit comments

Comments
 (0)