We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df4ac39 commit e8bda82Copy full SHA for e8bda82
.github/workflows/publish.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: obi1kenobi/cargo-semver-checks-action@5b298c9520f7096a4683c0bd981a7ac5a7e249ae
21
- uses: rust-lang/crates-io-auth-action@e919bc7605cde86df457cf5b93c5e103838bd879
22
id: auth
23
- - run: cargo publish
+ - run: cargo publish -p agent-client-protocol
24
env:
25
CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }}
26
0 commit comments