Skip to content

Deploy Release

Deploy Release #3

Workflow file for this run

name: Deploy Release
on:
release:
types:
- published
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: lts/*
cache: npm
- run: npm install
- env:
VSCE_PUBLISHER_TOKEN: ${{ secrets.VSCE_PUBLISHER_TOKEN }}
run: npm run vsce-publish -- -p $VSCE_PUBLISHER_TOKEN