Skip to content

Commit 268aac8

Browse files
Merge pull request #53 from modelcontextprotocol/justin/release-environment
Restrict publishing to `release` environment
2 parents 0a7461c + f6fe741 commit 268aac8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
publish:
3030
runs-on: ubuntu-latest
3131
if: github.event_name == 'release'
32+
environment: release
3233
needs: build
3334

3435
permissions:

0 commit comments

Comments
 (0)