We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13948eb commit 609fcaeCopy full SHA for 609fcae
1 file changed
.github/workflows/release.yml
@@ -23,6 +23,8 @@ jobs:
23
steps:
24
- uses: actions/checkout@v2
25
- uses: taiki-e/github-actions/install-rust@main
26
+ with:
27
+ toolchain: stable
28
- run: |
29
ci/publish.sh
30
env:
0 commit comments