Skip to content

Commit a1d2f6e

Browse files
committed
fix release step
1 parent 5503742 commit a1d2f6e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tag.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,6 @@ jobs:
109109
- name: Release
110110
uses: softprops/action-gh-release@v2
111111
if: startsWith(github.ref, 'refs/tags/')
112-
with:
113-
files: |
114-
dist/*.tgz
112+
# TODO: Add kmcp binary to the release
113+
# with:
114+
# files: |

0 commit comments

Comments
 (0)