Skip to content

Commit e6d9d81

Browse files
committed
chore: remove build step
1 parent 8d4266e commit e6d9d81

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/registry-publish.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,6 @@ jobs:
1616
steps:
1717
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
1818
- 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
2919

3020
- name: Install MCP Publisher
3121
run: |

0 commit comments

Comments
 (0)