]> git.lizzy.rs Git - rust.git/blobdiff - .github/workflows/release.yaml
Auto merge of #11980 - atouchet:repo, r=Veykril
[rust.git] / .github / workflows / release.yaml
index 4a1c70ebd39fcc042747242e272ae4f4ae003b1e..b1da92161070f416898ceae925151610c99307d7 100644 (file)
@@ -30,10 +30,10 @@ jobs:
           - os: windows-latest
             target: aarch64-pc-windows-msvc
             code-target: win32-arm64
-          - os: ubuntu-20.04
+          - os: ubuntu-18.04
             target: x86_64-unknown-linux-gnu
             code-target: linux-x64
-          - os: ubuntu-20.04
+          - os: ubuntu-18.04
             target: aarch64-unknown-linux-gnu
             code-target: linux-arm64
           - os: macos-11
@@ -247,12 +247,12 @@ jobs:
         working-directory: ./editors/code
 
       - name: Publish Extension (release)
-        if: github.ref == 'refs/heads/release' && github.repository == 'rust-analyzer/rust-analyzer'
+        if: github.ref == 'refs/heads/release' && (github.repository == 'rust-analyzer/rust-analyzer' || github.repository == 'rust-lang/rust-analyzer')
         working-directory: ./editors/code
         # token from https://dev.azure.com/rust-analyzer/
         run: npx vsce publish --pat ${{ secrets.MARKETPLACE_TOKEN }} --packagePath ../../dist/rust-analyzer-*.vsix
 
       - name: Publish Extension (nightly)
-        if: github.ref != 'refs/heads/release' && github.repository == 'rust-analyzer/rust-analyzer'
+        if: github.ref != 'refs/heads/release' && (github.repository == 'rust-analyzer/rust-analyzer' || github.repository == 'rust-lang/rust-analyzer')
         working-directory: ./editors/code
         run: npx vsce publish --pat ${{ secrets.MARKETPLACE_TOKEN }} --packagePath ../../dist/rust-analyzer-*.vsix --pre-release