diff options
author | Veetaha <[email protected]> | 2020-02-15 23:40:07 +0000 |
---|---|---|
committer | Veetaha <[email protected]> | 2020-02-15 23:40:07 +0000 |
commit | 7ff274470eff7060e4d6b370c55c4fe91ab40bb3 (patch) | |
tree | ddc1d16a9004d526e2724ec8944f2e25bc6b7242 | |
parent | d9767727168c68b4ecf930c9dab5a950c0be8e7b (diff) |
cicd: simplify vsce call
-rw-r--r-- | .github/workflows/release.yaml | 2 |
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 }} |