Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

Release 2.12.23

Release 2.12.23 #87

Workflow file for this run

name: Release
on:
push:
tags:
- '*'
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
- run: npm run install:all
- run: npm run vscode:prepublish
- name: Publish to Visual Studio Marketplace
uses: HaaLeo/publish-vscode-extension@v1
with:
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
registryUrl: https://marketplace.visualstudio.com