Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
margual56 committed Nov 15, 2021
2 parents fd047c1 + 8afe9a7 commit d190cce
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "*" # Action triggered on a new version (new tag)

jobs:
deploy:
deployOpenVSX:
runs-on: ubuntu-latest

# Steps represent a sequence of tasks that will be executed as part of the job
Expand All @@ -23,7 +23,18 @@ jobs:
id: publishToOpenVSX
with:
pat: ${{ secrets.OPEN_VSX_TOKEN }}


deployVSMarketplace:
runs-on: ubuntu-latest

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
- run: npm ci
- name: Publish to Visual Studio Marketplace
uses: HaaLeo/publish-vscode-extension@v0
with:
Expand Down

0 comments on commit d190cce

Please sign in to comment.