Skip to content

Commit 4ac908a

Browse files
committed
Fix missing dist in release
Signed-off-by: Ben Brandt <benjamin.j.brandt@gmail.com>
1 parent 8714310 commit 4ac908a

5 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,5 @@ jobs:
3737
- name: Update npm
3838
run: npm install -g npm@latest
3939
- run: npm ci
40+
- run: npm run build
4041
- run: npm publish

Cargo.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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "agent-client-protocol"
33
authors = ["Zed <hi@zed.dev>"]
4-
version = "0.3.0"
4+
version = "0.3.1"
55
edition = "2024"
66
license = "Apache-2.0"
77
description = "A protocol for standardizing communication between code editors and AI coding agents"

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zed-industries/agent-client-protocol",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)