Unnamed repository; edit this file 'description' to name the repository.
Fix release action
Blaž Hrastnik 2022-05-28
parent 46f9320 · commit a106341
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index bfafd7ed..efeb77e0 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v3
- name: Install stable toolchain
- uses: actions-rs/toolchain@v1
+ uses: helix-editor/rust-toolchain@v1
with:
profile: minimal
override: true