Skip to content

Commit

Permalink
Fix publish.yml: Remove useless setup-rust-action
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross committed Oct 27, 2023
1 parent 6f545e7 commit 6d86dbe
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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'

0 comments on commit 6d86dbe

Please sign in to comment.