Update publish.yml
This commit is contained in:
parent
a7ebc77e89
commit
62d978d8a9
1 changed files with 8 additions and 1 deletions
9
.github/workflows/publish.yml
vendored
9
.github/workflows/publish.yml
vendored
|
@ -3,7 +3,7 @@ on:
|
|||
push:
|
||||
name: Deploy Extension
|
||||
jobs:
|
||||
deploy:
|
||||
deploy-vsx:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
@ -14,6 +14,13 @@ jobs:
|
|||
uses: HaaLeo/publish-vscode-extension@v0
|
||||
with:
|
||||
pat: ${{ secrets.OPEN_VSX_TOKEN }}
|
||||
deploy-ms:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 12
|
||||
- name: Publish to Visual Studio Marketplace
|
||||
uses: HaaLeo/publish-vscode-extension@v0
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue