Actually nightly releases to Matketplace

This commit is contained in:
Laurențiu Nicola 2021-12-22 07:44:04 +02:00
parent 578269e613
commit 187c273585

View file

@ -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