Skip to content

Commit f627d17

Browse files
authored
Fix order of actions in publish step (#165)
1 parent 9e4cfdb commit f627d17

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
contents: read
1212
id-token: write # Required for OIDC token exchange
1313
steps:
14+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
1415
- name: Setup Rust
1516
uses: actions-rust-lang/setup-rust-toolchain@1780873c7b576612439a134613cc4cc74ce5538c
1617
with:
1718
toolchain: nightly,stable
18-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
1919
- uses: rust-lang/crates-io-auth-action@e919bc7605cde86df457cf5b93c5e103838bd879
2020
id: auth
2121
- run: cargo publish

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "Apache-2.0"
77
description = "A protocol for standardizing communication between code editors and AI coding agents"
88
repository = "https://github.com/agentclientprotocol/agent-client-protocol"
99
homepage = "https://github.com/agentclientprotocol/agent-client-protocol"
10-
documentation = "https://docs.rs/agent-client-protocol"
10+
documentation = "https://docs.rs/agent-client-protocol-schema"
1111
readme = "README.md"
1212
keywords = ["agent", "client", "protocol", "ai", "editor"]
1313
categories = ["development-tools", "api-bindings"]

0 commit comments

Comments
 (0)