Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ jobs:
- name: Publish to Open VSX
uses: HaaLeo/publish-vscode-extension@v2
with:
pat: ${{ secrets.OPEN_VSX_PAT }}
pat: ${{ secrets.OVSX_PAT }}
registryUrl: https://open-vsx.org
extensionFile: ./*.vsix
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ All notable changes to the "View Charset" extension will be documented in this f
### Added

- Published to [Open VSX Registry](https://open-vsx.org/extension/long-kudo/vscode-view-charset): extension is now available for VSCodium and other Eclipse Theia-based editors
- CI: added Open VSX publish step to `release.yml` (uses `OPEN_VSX_PAT` secret)
- CI: added Open VSX publish step to `release.yml` (uses `OVSX_PAT` secret)
- Added Open VSX version badge to all READMEs

## [0.1.6] - 2026-03-01
Expand Down
Loading