Merge pull request #3161 from Veetaha/feature/cicd-simplify-vsce-call

cicd: simplify vsce call
This commit is contained in:
Aleksey Kladov 2020-02-16 11:51:37 +01:00 committed by GitHub
commit 617b5b3b31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -190,4 +190,4 @@ jobs:
- name: Publish Extension
working-directory: ./editors/code
# 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 }}