Unverified Commit b77c5294 authored by Zelda Hessler's avatar Zelda Hessler Committed by GitHub
Browse files

Update release.yml (#3437)

See https://github.com/smithy-lang/smithy-rs/pull/3436

----

_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
parent 278b0b66
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -69,9 +69,8 @@ jobs:
    - name: Publish to crates.io
      shell: bash
      env:
        RELEASE_AUTOMATION_BOT_CRATESIO_TOKEN: ${{ secrets.RELEASE_AUTOMATION_BOT_CRATESIO_TOKEN }}
         CARGO_REGISTRY_TOKEN: ${{ secrets.RELEASE_AUTOMATION_BOT_CRATESIO_TOKEN }}
      run: |
        cargo login -- "${RELEASE_AUTOMATION_BOT_CRATESIO_TOKEN}"
        cargo install --path tools/ci-build/publisher
        # Verify the publisher tool installed successfully
        publisher --version
+1 −2
Original line number Diff line number Diff line
@@ -291,9 +291,8 @@ jobs:
      shell: bash
      working-directory: smithy-rs-release/crates-to-publish
      env:
        RELEASE_AUTOMATION_BOT_CRATESIO_TOKEN: ${{ secrets.RELEASE_AUTOMATION_BOT_CRATESIO_TOKEN }}
        CARGO_REGISTRY_TOKEN: ${{ secrets.RELEASE_AUTOMATION_BOT_CRATESIO_TOKEN }}
      run: |
        cargo login -- "${RELEASE_AUTOMATION_BOT_CRATESIO_TOKEN}"
        cargo install --path "$(realpath ../smithy-rs/tools/ci-build/publisher)"
        # Verify the publisher tool installed successfully
        publisher --version