Skip to content

Commit e46b50b

Browse files
committed
Fixed missing vsce
1 parent ad6554a commit e46b50b

File tree

4 files changed

+1963
-110
lines changed

4 files changed

+1963
-110
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
- name: Install Node.js
1515
uses: actions/setup-node@v1
1616
with:
17-
node-version: 12.x
17+
node-version: 14.x
1818
- run: npm install
1919
- run: xvfb-run -a npm test
20-
- name: Publish (vsce)
20+
- name: Publish
2121
if: success()
2222
run: npm run deploy
2323
env:

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to the extension will be documented in this file.
44

5-
## [1.12.0] - 2022-05-05
5+
## [1.12.2] - 2022-05-05
66

77
- Update dependencies.
88

0 commit comments

Comments
 (0)