diff --git a/.github/workflows/releases.yaml b/.github/workflows/releases.yaml index 3f39349d4..578a4cdc0 100644 --- a/.github/workflows/releases.yaml +++ b/.github/workflows/releases.yaml @@ -427,8 +427,7 @@ jobs: run: vsce package --baseImagesUrl https://raw.githubusercontent.com/tamasfe/taplo/master/editors/vscode --no-yarn # Microsoft doesn't support anything other than npm and yarn@v1 working-directory: editors/vscode - name: Publish extension to microsoft marketplace - # disable publishing vscode ext in tamasfe/taplo due to expired token - if: github.event_name == 'push' && github.repository_owner != 'tamasfe' + if: github.event_name == 'push' run: vsce publish --baseImagesUrl https://raw.githubusercontent.com/tamasfe/taplo/master/editors/vscode -p $VSCE_TOKEN --no-yarn working-directory: editors/vscode env: diff --git a/editors/vscode/CHANGELOG.md b/editors/vscode/CHANGELOG.md index 3b41f4bf1..47a7be731 100644 --- a/editors/vscode/CHANGELOG.md +++ b/editors/vscode/CHANGELOG.md @@ -1,10 +1,16 @@ # Change Log +## 0.21.2 + +### Fixes + +- Re-release for VS Marketplace since the token for publishing extension was expired + ## 0.21.1 ### Fixes -- Re-release for VS Marketplace since the token for published was expired +- Re-release for VS Marketplace since the token for publishing extension was expired - Bump VS Code engine to 1.90.0 which is a minimum version required due to NodeJS v20 dependency that includes webcrypto ## 0.21.0 diff --git a/editors/vscode/package.json b/editors/vscode/package.json index 3993d0637..fdb6beea8 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.21.1", + "version": "0.21.2", "autoTag": { "enabled": true },