We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d4266e commit e6d9d81Copy full SHA for e6d9d81
1 file changed
.github/workflows/registry-publish.yml
@@ -16,16 +16,6 @@ jobs:
16
steps:
17
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
18
- uses: actions/checkout@v5
19
- - uses: actions/setup-node@v6
20
- with:
21
- node-version-file: package.json
22
- registry-url: "https://registry.npmjs.org"
23
- cache: "npm"
24
-
25
- - name: Build package
26
- run: |
27
- npm ci
28
- npm run build
29
30
- name: Install MCP Publisher
31
run: |
0 commit comments