Skip to content

Commit 51d972f

Browse files
committed
feat(release): rename DXT file with version suffix
1 parent 797c37a commit 51d972f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,9 @@ jobs:
127127
run: uv cache prune --ci
128128

129129
- name: Build DXT extension
130-
run: bunx @anthropic-ai/dxt pack
130+
run: |
131+
bunx @anthropic-ai/dxt pack
132+
mv linkedin-mcp-server.dxt linkedin-mcp-server-v$VERSION.dxt
131133
132134
- name: Create GitHub Release
133135
env:

0 commit comments

Comments
 (0)