Skip to content

Commit 2209c64

Browse files
fix(ci): repair release workflow (#253)
2 parents 9e059f1 + 57f2794 commit 2209c64

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@ jobs:
172172

173173
- name: Validate and build MCP bundle
174174
run: |
175-
bunx @anthropic-ai/mcpb validate
176-
bunx @anthropic-ai/mcpb pack
175+
bunx @anthropic-ai/mcpb validate manifest.json
176+
bunx @anthropic-ai/mcpb pack .
177177
mv linkedin-mcp-server.mcpb linkedin-mcp-server-v$VERSION.mcpb
178178
179179
- name: Generate release notes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "linkedin-scraper-mcp"
3-
version = "4.5.0"
3+
version = "4.5.1"
44
description = "MCP server for LinkedIn profile, company, and job scraping with Claude AI integration. Supports direct profile/company/job URL scraping with secure credential storage."
55
readme = "README.md"
66
requires-python = ">=3.12"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)