Skip to content

chore: release v0.10.1 #2

chore: release v0.10.1

chore: release v0.10.1 #2

Workflow file for this run

name: release
on:
push:
tags:
- 'v*'
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
cache: npm
registry-url: https://registry.npmjs.org
- run: corepack enable
- run: pnpm install
- run: pnpm run publish
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}
OVSX_PAT: ${{ secrets.OVSX_PAT }}