mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-12 13:18:47 +00:00
Update .github/workflows/release.yaml
Co-Authored-By: Florian Diebold <flodiebold@googlemail.com>
This commit is contained in:
parent
a9300934f9
commit
a350dff4cf
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue