Skip to content

fix(vscode-bugbuddy): autosave when clicking play #10

fix(vscode-bugbuddy): autosave when clicking play

fix(vscode-bugbuddy): autosave when clicking play #10

name: Publish VSCode Extension
on:
push:
branches:
- master
paths:
- '.github/workflows/vscode-nightly.yml'
- 'vscode-bugbuddy/**'
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18.18.2
registry-url: https://registry.npmjs.org/
cache-dependency-path: vscode-bugbuddy/package-lock.json
- name: Install the dependencies
working-directory: ./vscode-bugbuddy
run: npm i
- name: Publish
working-directory: ./vscode-bugbuddy
run: npx @vscode/vsce publish -p ${{ secrets.VSCE_PAT }}