aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorVeetaha <[email protected]>2020-02-15 23:40:07 +0000
committerVeetaha <[email protected]>2020-02-15 23:40:07 +0000
commit7ff274470eff7060e4d6b370c55c4fe91ab40bb3 (patch)
treeddc1d16a9004d526e2724ec8944f2e25bc6b7242 /.github
parentd9767727168c68b4ecf930c9dab5a950c0be8e7b (diff)
cicd: simplify vsce call
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index ff7a95ee1..eae4fbcb5 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -190,4 +190,4 @@ jobs:
190 - name: Publish Extension 190 - name: Publish Extension
191 working-directory: ./editors/code 191 working-directory: ./editors/code
192 # token from https://dev.azure.com/rust-analyzer/ 192 # token from https://dev.azure.com/rust-analyzer/
193 run: ./node_modules/vsce/out/vsce publish 0.1.$(date +%Y%m%d) --pat ${{ secrets.MARKETPLACE_TOKEN }} 193 run: npx vsce publish 0.1.$(date +%Y%m%d) --pat ${{ secrets.MARKETPLACE_TOKEN }}