Skip to content

Commit c8f105a

Browse files
committed
test always release
1 parent 725d055 commit c8f105a

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,5 @@ jobs:
2626
# (No need to define this secret in the repo settings)
2727
github_token: ${{ secrets.github_token }}
2828

29-
# If the commit is tagged with a version (e.g. "v1.0.0"),
30-
# release the app after building
31-
release: ${{ startsWith(github.ref, 'refs/tags/v') }}
29+
# always release the app after building
30+
release: true

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.3",
4+
"version": "0.1.5",
55
"main": "./dist-electron/main.js",
66
"scripts": {
77
"dev": "npm run check && vite --port 7777",

0 commit comments

Comments
 (0)