Skip to content

Commit

Permalink
Fix release job
Browse files Browse the repository at this point in the history
  • Loading branch information
de-luca committed Aug 12, 2023
1 parent ba42e1b commit 1a501db
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,13 @@ jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: read
contents: write
packages: write

steps:
- uses: actions/checkout@v2

- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
components: clippy, rustfmt
profile: minimal
- uses: dtolnay/rust-toolchain@stable

- uses: actions/cache@v2
with:
Expand Down

0 comments on commit 1a501db

Please sign in to comment.