Skip to content

Commit

Permalink
Merge pull request #53 from modelcontextprotocol/justin/release-envir…
Browse files Browse the repository at this point in the history
…onment

Restrict publishing to `release` environment
  • Loading branch information
jspahrsummers authored Nov 12, 2024
2 parents 0a7461c + f6fe741 commit 268aac8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
publish:
runs-on: ubuntu-latest
if: github.event_name == 'release'
environment: release
needs: build

permissions:
Expand Down

0 comments on commit 268aac8

Please sign in to comment.