Skip to content

Commit

Permalink
docs: Update wf.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdttttt committed Mar 11, 2022
1 parent 96e1aa6 commit d6f90c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/vsce_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,9 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm install -g vsce
- run: npm install -g yarn

- name: Publish to Visual Studio Marketplace
uses: HaaLeo/publish-vscode-extension@v1
with:
pat: ${{ secrets.VSCE_TOKEN }}
registryUrl: https://marketplace.visualstudio.com
run: vsce publish --no-yarn -p ${{ secrets.VSCE_TOKEN }}

- name: Publish to Open-VSX
run: |
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@
"webpack:compile": "webpack --mode none",
"lint": "tslint ./src/**/*.ts -t verbose",
"package": "vsce package --no-yarn",
"publish": "vsce publish --no-yarn",
"eslint": "eslint src --ext .ts",
"eslint:fix": "eslint --fix src --ext .ts",
"commit": "git add . && npx git-cz",
Expand Down
Binary file modified resources/enterprise.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d6f90c7

Please sign in to comment.