Skip to content

Commit

Permalink
💚 Enable Open VSX
Browse files Browse the repository at this point in the history
  • Loading branch information
lsaudon committed Oct 30, 2022
1 parent 7a412fa commit db722da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npm run check-lint-format
# - name: Publish to Open VSX Registry
# uses: HaaLeo/publish-vscode-extension@v1
# with:
# pat: ${{ secrets.OPEN_VSX_TOKEN }}
- name: Publish to Open VSX Registry
uses: HaaLeo/publish-vscode-extension@v1
with:
pat: ${{ secrets.OPEN_VSX_TOKEN }}
- name: Publish to Visual Studio Marketplace
uses: HaaLeo/publish-vscode-extension@v1
with:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Added

- Add setting `l10nization.appLocalizationsVariable`
- Enable Open VSX

## [0.1.1]

Expand Down

0 comments on commit db722da

Please sign in to comment.