From a350dff4cf45710eb3040b75a87d55037637d8f5 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Tue, 17 Mar 2020 09:41:27 +0100 Subject: Update .github/workflows/release.yaml Co-Authored-By: Florian Diebold --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/release.yaml') diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 283516bb7..21ac3a4bc 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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] -- cgit v1.2.3