Skip to content

Commit

Permalink
release: even-better-toml-0.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
panekj committed Jul 10, 2024
1 parent cd825f5 commit 4ba6c53
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
6 changes: 6 additions & 0 deletions editors/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.20.2

### Fixes

- Re-release that fixes release CI workflow

## 0.20.1

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion editors/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand Down

1 comment on commit 4ba6c53

@panekj
Copy link
Collaborator Author

@panekj panekj commented on 4ba6c53 Jul 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @tamasfe, would you be able to update tokens used to publish vscode extension?
https://github.com/tamasfe/taplo/actions/runs/9873529535/job/27266012191

Please sign in to comment.