Skip to content

Commit 8e30cbd

Browse files
committed
fix darwin binary release
1 parent 83a5e16 commit 8e30cbd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
with:
2727
generate_release_notes: true
2828
files: |
29-
dist/bitbucket-mcp-server-darwin-arm64.tar.gzz
29+
dist/bitbucket-mcp-server-darwin-arm64.tar.gz
3030
dist/bitbucket-mcp-server-darwin-x64.tar.gz
3131
dist/bitbucket-mcp-server-linux-arm64.tar.gz
3232
dist/bitbucket-mcp-server-linux-x64.tar.gz
33-
dist/bitbucket-mcp-server-windows-x64.tar.gz
33+
dist/bitbucket-mcp-server-windows-x64.tar.gz

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bitbucket-mcp-server",
33
"private": true,
4-
"version": "0.0.2",
4+
"version": "0.0.3",
55
"main": "src/index.civet",
66
"license": "MIT",
77
"scripts": {

0 commit comments

Comments
 (0)