Skip to content

[1.13.2] Update mod.json schema #1

[1.13.2] Update mod.json schema

[1.13.2] Update mod.json schema #1

Workflow file for this run

on:
release:
types:
- released
jobs:
build:
runs-on: ubuntu-latest
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 }}