Skip to content

Merge pull request #146 from rjmacarthy/development #7

Merge pull request #146 from rjmacarthy/development

Merge pull request #146 from rjmacarthy/development #7

Workflow file for this run

on:
workflow_dispatch:
push:
branches:
- main
name: Publish Extension
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 18
- run: npm ci
- name: Publish to Visual Studio Marketplace
uses: HaaLeo/publish-vscode-extension@v1
with:
pat: ${{ secrets.VS_CODE_MARKETPLACE_TOKEN }}
registryUrl: https://marketplace.visualstudio.com