]> git.lizzy.rs Git - rust.git/commitdiff
Update .github/workflows/release.yaml
authorAleksey Kladov <aleksey.kladov@gmail.com>
Tue, 17 Mar 2020 08:41:27 +0000 (09:41 +0100)
committerGitHub <noreply@github.com>
Tue, 17 Mar 2020 08:41:27 +0000 (09:41 +0100)
Co-Authored-By: Florian Diebold <flodiebold@googlemail.com>
.github/workflows/release.yaml

index 283516bb76ce04f24ac5bfc15e2280d4ccabf5a0..21ac3a4bc63213c0cb254a5a2a9566d9c3212824 100644 (file)
@@ -11,7 +11,7 @@ jobs:
   dist:
     name: dist
     runs-on: ${{ matrix.os }}
-    if: github.repository == "rust-analyzer/rust-analzyer"
+    if: github.repository == "rust-analyzer/rust-analyzer"
     strategy:
       matrix:
         os: [ubuntu-latest, windows-latest, macos-latest]