Skip to content

Commit 609fcae

Browse files
committed
Use stable Rust for publishing
1 parent 13948eb commit 609fcae

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v2
2525
- uses: taiki-e/github-actions/install-rust@main
26+
with:
27+
toolchain: stable
2628
- run: |
2729
ci/publish.sh
2830
env:

0 commit comments

Comments
 (0)