Third time's a charm?

This commit is contained in:
Aleksey Kladov 2020-02-11 11:44:29 +01:00
parent a0b065a296
commit 3c98681d4e

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.0.$(date +%Y%m%d) --pat ${{ secrets.MARKETPLACE_TOKEN }}
run: ./node_modules/vsce/out/vsce publish 0.1.$(date +%Y%m%d) --pat ${{ secrets.MARKETPLACE_TOKEN }}