Skip to content

Commit

Permalink
chore: try fixing homebrew deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
brodo committed Sep 28, 2022
1 parent 0d3df92 commit 4f5a4cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,12 +212,12 @@ jobs:
# license or license-file, description, homepage, documentation, repository, readme.
# Read more: https://doc.rust-lang.org/cargo/reference/publishing.html

- name: Install ${{ matrix.rust }} toolchain
- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: ${{ matrix.rust }}
target: ${{ matrix.target }}
toolchain: stable
target: x86_64-unknown-linux-gnu
override: true
components: cargo
- run: cargo publish --token ${CRATES_TOKEN}
Expand Down

0 comments on commit 4f5a4cf

Please sign in to comment.