diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 283516bb76..21ac3a4bc6 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]