Skip to content

Commit

Permalink
feat(ci): Update publish to use stable
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekMasher committed Jun 20, 2024
1 parent 18840ed commit debea02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ jobs:
uses: actions/checkout@v4

- name: "Setup - Rust Toolchain"
uses: dtolnay/rust-toolchain@nightly
uses: dtolnay/rust-toolchain@21dc36fb71dd22e3317045c0c31a3f4249868b17
with:
toolchain: stable
components: clippy

- name: "Build / Validate"
Expand Down

0 comments on commit debea02

Please sign in to comment.