Skip to content

build(deps-dev): bump @vscode/vsce from 2.24.0 to 2.31.1 (#155) #88

build(deps-dev): bump @vscode/vsce from 2.24.0 to 2.31.1 (#155)

build(deps-dev): bump @vscode/vsce from 2.24.0 to 2.31.1 (#155) #88

Workflow file for this run

name: Release
on:
push:
branches:
- main
release:
types:
- created
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
- name: Install the dependencies
run: yarn install --frozen-lockfile
- name: Publish
if: success() && startsWith(github.ref, 'refs/tags/')
run: yarn deploy
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}