Unverified Commit 5fc23464 authored by John DiSanti's avatar John DiSanti Committed by GitHub
Browse files

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

parent 3f108165
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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