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 190494f commit 326c1e8Copy full SHA for 326c1e8
.github/workflows/publish-mcp.yml
@@ -28,6 +28,8 @@ jobs:
28
run: |
29
if [ -n "${{ inputs.version }}" ]; then
30
VERSION="${{ inputs.version }}"
31
+ # Remove 'v' prefix if it exists
32
+ VERSION="${VERSION#v}"
33
else
34
VERSION=$(node -p "require('./package.json').version")
35
fi
0 commit comments