Skip to content

Add initial changelog for version 1.0.0 with features and enhancements #2

Add initial changelog for version 1.0.0 with features and enhancements

Add initial changelog for version 1.0.0 with features and enhancements #2

Workflow file for this run

name: Publish VS Code Extension
on:
push:
branches:
- main
- master
workflow_dispatch: {}
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 18
- name: Install dependencies
run: npm ci
- name: Build
run: npm run compile
- name: Publish VSIX to Visual Studio Marketplace
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}
run: |
npx -y @vscode/vsce publish