Skip to content

Commit

Permalink
bump version and install vsce
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonwilliams committed Apr 3, 2022
1 parent 60081c3 commit 2177440
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- name: Build and Pre-Publish
run: npm run vscode:prepublish
- name: Publish
run: npm i vsce
run: npx vsce publish -p $VSCE_TOKEN
env:
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ It uses AnkiConnect for communication so you will need this extension installed

- Anki >= 2.1.21
- [Anki Connect](https://ankiweb.net/shared/info/2055492159) >= 2020-07-13
- VSCode >= 1.47
- VSCode >= 1.66

## Features

Expand Down
2 changes: 1 addition & 1 deletion 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 @@ -5,7 +5,7 @@
"version": "1.2.6",
"publisher": "jasew",
"engines": {
"vscode": "^1.57.0"
"vscode": "^1.66.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 2177440

Please sign in to comment.