Skip to content

Commit

Permalink
Bump version to 2022.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh committed Nov 10, 2022
1 parent 25a1684 commit 706594d
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 @@ -122,4 +122,4 @@ jobs:
# Publish to the Code Marketplace.
- name: Publish Extension
if: "startsWith(github.ref, 'refs/tags/')"
run: npx vsce publish --pat ${{ secrets.MARKETPLACE_TOKEN }} --packagePath ./dist/ruff-*.vsix
run: npx vsce publish --pat ${{ secrets.MARKETPLACE_TOKEN }} --packagePath ./dist/ruff-*.vsix --skip-duplicate
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.9",
"version": "2022.0.10",
"serverInfo": {
"name": "Ruff",
"module": "ruff"
Expand Down

0 comments on commit 706594d

Please sign in to comment.