cicd: simplify vsce call

This commit is contained in:
Veetaha 2020-02-16 01:40:07 +02:00
parent d976772716
commit 7ff274470e

View file

@ -190,4 +190,4 @@ jobs:
- name: Publish Extension - name: Publish Extension
working-directory: ./editors/code working-directory: ./editors/code
# token from https://dev.azure.com/rust-analyzer/ # token from https://dev.azure.com/rust-analyzer/
run: ./node_modules/vsce/out/vsce publish 0.1.$(date +%Y%m%d) --pat ${{ secrets.MARKETPLACE_TOKEN }} run: npx vsce publish 0.1.$(date +%Y%m%d) --pat ${{ secrets.MARKETPLACE_TOKEN }}