From 6d86dbe6cc57d83c3e15c4a32df3b18e909a6095 Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Fri, 27 Oct 2023 14:45:44 -0700 Subject: [PATCH] Fix publish.yml: Remove useless setup-rust-action --- .github/workflows/publish.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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'