Skip to content

fix: update workspace config #3

fix: update workspace config

fix: update workspace config #3

Workflow file for this run

on:
push:
branches: ["master"]
name: Deploy Extension and Package
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Publish to VSCode marketplace
uses: HaaLeo/publish-vscode-extension@v1
with:
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
registryUrl: https://marketplace.visualstudio.com