diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index fc44f1e6e9..aa627acbca 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,9 +13,6 @@ jobs: os: [ubuntu-latest] steps: - - uses: hecrj/setup-rust-action@v2 - with: - rust-version: ${{ matrix.rust }} - uses: actions/checkout@v4 - name: Login to crates.io run: cargo login $CRATES_IO_TOKEN @@ -56,7 +53,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} title: 'Rust Crate Version Bump' body: > - This PR is auto-generated by + This PR is auto-generated by [create-pull-request](https://github.com/peter-evans/create-pull-request). labels: rust, automated pr if: failure() && steps.bumpRustViaPush.outcome == 'failure'