We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38de94b commit 29aba77Copy full SHA for 29aba77
1 file changed
.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