Skip to content

Commit e8bda82

Browse files
authored
Only publish main acp crate for now (#16)
1 parent df4ac39 commit e8bda82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: obi1kenobi/cargo-semver-checks-action@5b298c9520f7096a4683c0bd981a7ac5a7e249ae
2121
- uses: rust-lang/crates-io-auth-action@e919bc7605cde86df457cf5b93c5e103838bd879
2222
id: auth
23-
- run: cargo publish
23+
- run: cargo publish -p agent-client-protocol
2424
env:
2525
CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }}
2626

0 commit comments

Comments
 (0)