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.
2 parents 0b97ecb + 1f9d36b commit 17583f0Copy full SHA for 17583f0
.github/workflows/publish.yml
@@ -46,7 +46,7 @@ jobs:
46
run: |
47
# Strip 'v' prefix from tag and update version.py
48
VERSION=${GITHUB_REF#refs/tags/v}
49
- echo "__version__ = \"${VERSION}\"" > mcp_shell_server/version.py
+ echo "__version__ = \"${VERSION}\"" > mcp_text_editor/version.py
50
51
- name: Set up Python ${{ matrix.python-version }}
52
uses: actions/setup-python@v5
0 commit comments