Skip to content

chore(release): 1.8.1 #13

chore(release): 1.8.1

chore(release): 1.8.1 #13

Workflow file for this run

on:
push:
tags:
- '*'
name: Deploy Extension to Marketplace
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '12.x'
- run: yarn install
- uses: lannonbr/[email protected]
with:
args: "publish -p $VSCE_TOKEN"
env:
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}