Skip to content

fix: render markdown correctly #16

fix: render markdown correctly

fix: render markdown correctly #16

Workflow file for this run

name: Release
on:
push:
tags:
- "v*.*.*"
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: latest
- run: yarn install
- run: yarn run package
- run: yarn run publish
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}