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.
1 parent dc9a784 commit 9847912Copy full SHA for 9847912
.github/workflows/pre-release.yml
@@ -16,6 +16,12 @@ jobs:
16
with:
17
fetch-depth: 2
18
19
+ - name: Set up Node.js
20
+ uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
21
+ with:
22
+ cache: npm
23
+ node-version-file: '.nvmrc'
24
+
25
- name: Install MCP Publisher
26
run: |
27
export TAG=$(curl -sL https://api.github.com/repos/modelcontextprotocol/registry/releases/latest | jq -r ".tag_name")
0 commit comments