Skip to content

Commit 17583f0

Browse files
committed
Merge branch 'develop'
2 parents 0b97ecb + 1f9d36b commit 17583f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: |
4747
# Strip 'v' prefix from tag and update version.py
4848
VERSION=${GITHUB_REF#refs/tags/v}
49-
echo "__version__ = \"${VERSION}\"" > mcp_shell_server/version.py
49+
echo "__version__ = \"${VERSION}\"" > mcp_text_editor/version.py
5050
5151
- name: Set up Python ${{ matrix.python-version }}
5252
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)