Fix path to install `publisher` tool in release workflow (#1510)

This commit is contained in:
John DiSanti 2022-06-28 15:08:23 -07:00 committed by GitHub
parent 3f108165aa
commit 5fc23464f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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