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 fac28ff commit 8f9f9a6Copy full SHA for 8f9f9a6
1 file changed
.github/workflows/publish-mcp-registry.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Get version from tag
19
id: get_version
20
run: |
21
- VERSION=${GITHUB_REF#refs/tags/v}
+ VERSION=${GITHUB_REF#refs/tags/}
22
echo "version=$VERSION" >> $GITHUB_OUTPUT
23
echo "Publishing version: $VERSION"
24
0 commit comments