We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 457b581 commit 78e0ee2Copy full SHA for 78e0ee2
.github/workflows/release.yml
@@ -36,9 +36,11 @@ jobs:
36
publish:
37
runs-on: ubuntu-latest
38
steps:
39
- - name: Install Rust
40
- run: rustup install stable && rustup default stable
41
-
+ - uses: actions/checkout@v4
+ - uses: actions-rs/toolchain@v1
+ with:
42
+ toolchain: stable
43
+ override: true
44
- uses: katyo/publish-crates@v2
45
with:
46
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
0 commit comments