Skip to content

Update package.json #32

Update package.json

Update package.json #32

Workflow file for this run

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