Skip to content

Commit

Permalink
ci: update deploy extension (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
iChenLei authored Jul 2, 2022
1 parent 72cc01b commit 4c2f238
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
cache: 'npm'
- run: npm install
- name: Publish to Visual Studio Marketplace
uses: HaaLeo/publish-vscode-extension@v0
uses: HaaLeo/publish-vscode-extension@v1
with:
pat: ${{ secrets.VSCODE_TOKEN }}
registryUrl: https://marketplace.visualstudio.com
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2.4.8 / 2022-07-02
==================

* 更新发布CI插件`HaaLeo/publish-vscode-extension``v1`

2.4.7 / 2022-07-02
==================

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 @@ -2,7 +2,7 @@
"name": "minapp-vscode",
"displayName": "WXML - Language Service",
"description": "WXML Language Support",
"version": "2.4.7",
"version": "2.4.8",
"publisher": "qiu8310",
"extensionKind": [
"workspace"
Expand Down

0 comments on commit 4c2f238

Please sign in to comment.