mirror of https://github.com/smithy-lang/smithy-rs
Fix path to install `publisher` tool in release workflow (#1510)
This commit is contained in:
parent
3f108165aa
commit
5fc23464f6
|
@ -78,7 +78,7 @@ jobs:
|
|||
RELEASE_AUTOMATION_BOT_CRATESIO_TOKEN: ${{ secrets.RELEASE_AUTOMATION_BOT_CRATESIO_TOKEN }}
|
||||
run: |
|
||||
cargo login -- "${RELEASE_AUTOMATION_BOT_CRATESIO_TOKEN}"
|
||||
cargo install --path ../smithy-rs/tools/publisher
|
||||
cargo install --path "$(realpath ../smithy-rs/tools/publisher)"
|
||||
# Verify the publisher tool installed successfully
|
||||
publisher --version
|
||||
|
||||
|
|
Loading…
Reference in New Issue