Skip to content

Added color theme sync with VS Code, added automatic broker disconnec… #2

Added color theme sync with VS Code, added automatic broker disconnec…

Added color theme sync with VS Code, added automatic broker disconnec… #2

Workflow file for this run

name: Release
on:
push:
branches:
- "main"
paths:
- "package.json"
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 18.x
- run: npm install
- run: npm run build
- run: npx vsce publish
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}