Skip to content

chore: downgrade vscode typings #5

chore: downgrade vscode typings

chore: downgrade vscode typings #5

Workflow file for this run

name: Publish
on:
push:
tags:
- "v*"
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
publish:
name: Publish
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Setup Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 20.x
cache: 'npm'
- name: Install Dependencies
run: npm ci
- name: Publish
env:
VSCE_PAT: ${{ secrets.VSCODE_PERSONAL_TOKEN }}
run: npm run publish