Skip to content

Commit

Permalink
ci: fix publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed May 27, 2024
1 parent 95509a5 commit 3dd4756
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
uses: actions/checkout@v4
- name: Setup | Rust
run: |
rustup toolchain install ${{ matrix.rust-toolchain }} --profile minimal
rustup default ${{ matrix.rust-toolchain }}
rustup toolchain install stable --profile minimal
rustup default stable
- name: Package and publish crate
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
Expand Down

0 comments on commit 3dd4756

Please sign in to comment.