Skip to content

Restore activationEvents for CI #6

Restore activationEvents for CI

Restore activationEvents for CI #6

Workflow file for this run

on:
push:
# Pattern matched against refs/tags
tags:
- '*'
name: Deploy Extension
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm install
- uses: lannonbr/vsce-action@3.0.0
with:
args: "publish -p $VSCE_TOKEN"
env:
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}