Skip to content

Commit

Permalink
Fix dist path for OpenVSX
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh committed Nov 26, 2022
1 parent 9b3d3d5 commit e9de474
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,5 +127,5 @@ jobs:
# Publish to OpenVSX.
- name: Publish Extension (OpenVSX)
if: "startsWith(github.ref, 'refs/tags/')"
run: npx ovsx publish --pat ${{ secrets.OPENVSX_TOKEN }} --packagePath ../../dist/ruff-*.vsix
run: npx ovsx publish --pat ${{ secrets.OPENVSX_TOKEN }} --packagePath ./dist/ruff-*.vsix
timeout-minutes: 2
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ruff",
"displayName": "Ruff",
"description": "A Visual Studio Code extension with support for the Ruff linter.",
"version": "2022.0.16",
"version": "2022.0.17",
"serverInfo": {
"name": "Ruff",
"module": "ruff"
Expand Down

0 comments on commit e9de474

Please sign in to comment.