diff options
author | Aleksey Kladov <[email protected]> | 2020-02-11 10:44:29 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-02-11 10:44:29 +0000 |
commit | 3c98681d4efeabe91dc91ff3ef0e1ce11c35d067 (patch) | |
tree | d694f8fa7dde8c411b42468b228ce0a4b1bbb6a6 | |
parent | a0b065a296f24e55828ea41fab4f69a5fa006526 (diff) |
Third time's a charm?
-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 7313c50a0..ff7a95ee1 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.0.$(date +%Y%m%d) --pat ${{ secrets.MARKETPLACE_TOKEN }} | 193 | run: ./node_modules/vsce/out/vsce publish 0.1.$(date +%Y%m%d) --pat ${{ secrets.MARKETPLACE_TOKEN }} |