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 fcb2a8c + 520205c commit 3d5451aCopy full SHA for 3d5451a
.github/workflows/release.yml
@@ -1,14 +1,17 @@
1
name: Release new version
2
on:
3
push:
4
- branches: [ main ]
+ branches: [main]
5
paths:
6
- - 'lib/mcp/version.rb'
+ - "lib/mcp/version.rb"
7
jobs:
8
publish_gem:
9
if: github.repository_owner == 'modelcontextprotocol'
10
name: Release Gem Version to RubyGems.org
11
runs-on: ubuntu-latest
12
+
13
+ environment: release
14
15
permissions:
16
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
17
contents: write # IMPORTANT: this permission is required for `rake release` to push the release tag
0 commit comments