From 4ba6c5325670db2ba4b3a7aa9619e84077317aca Mon Sep 17 00:00:00 2001 From: Jakub Panek Date: Wed, 10 Jul 2024 13:41:38 +0200 Subject: [PATCH] release: even-better-toml-0.20.2 --- .github/workflows/releases.yaml | 2 +- editors/vscode/CHANGELOG.md | 6 ++++++ editors/vscode/package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/releases.yaml b/.github/workflows/releases.yaml index d5c30ea92..3fefeb663 100644 --- a/.github/workflows/releases.yaml +++ b/.github/workflows/releases.yaml @@ -503,7 +503,7 @@ jobs: working-directory: editors/vscode - name: Publish extension to microsoft marketplace if: github.event_name == 'push' - run: vsce publish --baseImagesUrl https://raw.githubusercontent.com/tamasfe/taplo/master/editors/vscode -p $VSCE_TOKEN + run: vsce publish --baseImagesUrl https://raw.githubusercontent.com/tamasfe/taplo/master/editors/vscode -p $VSCE_TOKEN --no-yarn working-directory: editors/vscode env: VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }} diff --git a/editors/vscode/CHANGELOG.md b/editors/vscode/CHANGELOG.md index 2aafe055a..f9c50d741 100644 --- a/editors/vscode/CHANGELOG.md +++ b/editors/vscode/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.20.2 + +### Fixes + +- Re-release that fixes release CI workflow + ## 0.20.1 ### Fixes diff --git a/editors/vscode/package.json b/editors/vscode/package.json index 37fbbd623..a31a8424f 100644 --- a/editors/vscode/package.json +++ b/editors/vscode/package.json @@ -2,7 +2,7 @@ "name": "even-better-toml", "displayName": "Even Better TOML", "description": "Fully-featured TOML support", - "version": "0.20.1", + "version": "0.20.2", "autoTag": { "enabled": true },