Skip to content

Commit b1e0173

Browse files
committed
publish workflow
1 parent 20e29ff commit b1e0173

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-mcp.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ name: Publish to MCP Registry
22

33
on:
44
push:
5-
tags: ["v*"]
5+
tags: ["v*"]
66

77
jobs:
88
publish:
99
runs-on: ubuntu-latest
1010
permissions:
11-
id-token: write # Required for OIDC authentication
11+
id-token: write # Required for OIDC authentication
1212
contents: read
1313

1414
steps:
@@ -47,4 +47,4 @@ jobs:
4747
run: ./mcp-publisher login github-oidc
4848

4949
- name: Publish to MCP Registry
50-
run: ./mcp-publisher publish
50+
run: ./mcp-publisher publish

0 commit comments

Comments
 (0)