From 90ab868175a005da57bdfddff03f855943ac77ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Tietz?= Date: Tue, 3 Dec 2019 11:27:43 +0100 Subject: [PATCH] removing the '-release' Using the '-release' will break the build with a 404. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ebbdf2..58dfacb 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: hecrj/setup-rust-action@v1-release + - uses: hecrj/setup-rust-action@v1 with: rust-version: stable - uses: actions/checkout@v1