From 187c273585add4830392b12d73f53507f5cc69f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauren=C8=9Biu=20Nicola?= Date: Wed, 22 Dec 2021 07:44:04 +0200 Subject: [PATCH] Actually nightly releases to Matketplace --- .github/workflows/release.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ad647d045c..2693e08cd4 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -253,7 +253,6 @@ jobs: run: npx vsce publish --pat ${{ secrets.MARKETPLACE_TOKEN }} --packagePath ../../dist/rust-analyzer-*.vsix - name: Publish Extension (nightly) - # check specifically for nightly in case someone triggers a release on a feature branch - if: github.ref == 'refs/heads/nightly' + if: github.ref != 'refs/heads/release' working-directory: ./editors/code run: npx vsce publish --pat ${{ secrets.MARKETPLACE_TOKEN }} --packagePath ../../dist/rust-analyzer-*.vsix --pre-release