Skip to content

Commit

Permalink
Merge pull request #203 from cmars/chore/fix-release-actions
Browse files Browse the repository at this point in the history
chore: fix release actions
  • Loading branch information
cmars authored Dec 31, 2024
2 parents f71913a + eb2f9f4 commit 4aacf7c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:

- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203
with:
toolchain: stable
components: clippy,rustfmt

- name: Run release-plz
uses: MarcoIeni/release-plz-action@395042a06223c60c3e953d5fa124e97dfef96672
Expand Down

0 comments on commit 4aacf7c

Please sign in to comment.