We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45a4cc5 commit 34d0bc6Copy full SHA for 34d0bc6
1 file changed
.github/workflows/release-plz.yml
@@ -25,6 +25,8 @@ jobs:
25
fetch-depth: 0
26
- name: Install Rust toolchain
27
uses: dtolnay/rust-toolchain@stable
28
+ with:
29
+ toolchain: "1.92"
30
# Using fork until semver_check_features support is released upstream.
31
# See: https://github.com/release-plz/release-plz/pull/2757
32
- name: Install release-plz from fork
@@ -53,6 +55,8 @@ jobs:
53
55
54
56
57
58
59
60
61
62
0 commit comments