Skip to content

[1.13.3] fix sharp

[1.13.3] fix sharp #4

Workflow file for this run

name: Publish to VS Code Marketplace
on:
release:
types:
- released
workflow_dispatch:
jobs:
publish:
runs-on: windows-2022
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 18.x
- run: npm install
- name: Publish
run: npm run deploy
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}