diff options
author | Aleksey Kladov <[email protected]> | 2020-03-17 08:41:27 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-03-17 08:41:27 +0000 |
commit | a350dff4cf45710eb3040b75a87d55037637d8f5 (patch) | |
tree | 26a80dcd2fd6354b1e0ab01823a49216f63cd817 /.github/workflows | |
parent | a9300934f9f6b3a1d6cb59df5fe85c52bb6642ff (diff) |
Update .github/workflows/release.yaml
Co-Authored-By: Florian Diebold <[email protected]>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/release.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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: | |||
11 | dist: | 11 | dist: |
12 | name: dist | 12 | name: dist |
13 | runs-on: ${{ matrix.os }} | 13 | runs-on: ${{ matrix.os }} |
14 | if: github.repository == "rust-analyzer/rust-analzyer" | 14 | if: github.repository == "rust-analyzer/rust-analyzer" |
15 | strategy: | 15 | strategy: |
16 | matrix: | 16 | matrix: |
17 | os: [ubuntu-latest, windows-latest, macos-latest] | 17 | os: [ubuntu-latest, windows-latest, macos-latest] |