Skip to content

[1.15.1] Modtober tag #10

[1.15.1] Modtober tag

[1.15.1] Modtober tag #10

Workflow file for this run

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