Skip to content

Release

Release #50

Workflow file for this run

name: Publish Extension
on:
push:
tags:
- '*'
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm install
- uses: lannonbr/vsce-action@master
with:
args: "publish"
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}