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 38de94b + 29aba77 commit 3631d22Copy full SHA for 3631d22
.github/workflows/release.yml
@@ -8,6 +8,7 @@ on:
8
jobs:
9
create-metadata:
10
runs-on: ubuntu-latest
11
+ if: github.repository_owner == 'modelcontextprotocol'
12
outputs:
13
hash: ${{ steps.last-release.outputs.hash }}
14
version: ${{ steps.create-version.outputs.version}}
0 commit comments