Update .github/workflows/release.yaml

Co-Authored-By: Florian Diebold <flodiebold@googlemail.com>
This commit is contained in:
Aleksey Kladov 2020-03-17 09:41:27 +01:00 committed by GitHub
parent a9300934f9
commit a350dff4cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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]