We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 725d055 commit c8f105aCopy full SHA for c8f105a
.github/workflows/build.yml
@@ -26,6 +26,5 @@ jobs:
26
# (No need to define this secret in the repo settings)
27
github_token: ${{ secrets.github_token }}
28
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') }}
+ # always release the app after building
+ release: true
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "mcp-manager",
3
"private": true,
4
- "version": "0.1.3",
+ "version": "0.1.5",
5
"main": "./dist-electron/main.js",
6
"scripts": {
7
"dev": "npm run check && vite --port 7777",
0 commit comments