Skip to content

chore: update version & readme.md (#187) #24

chore: update version & readme.md (#187)

chore: update version & readme.md (#187) #24

Workflow file for this run

name: Deploy
on:
push:
tags:
- "v*.*.*"
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 2
- uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'npm'
- run: npm install
- name: Publish to Visual Studio Marketplace
uses: HaaLeo/publish-vscode-extension@v1
with:
pat: ${{ secrets.VSCODE_TOKEN }}
registryUrl: https://marketplace.visualstudio.com
yarn: false