Skip to content

chore: remove test code giving me hard times!!! #15

chore: remove test code giving me hard times!!!

chore: remove test code giving me hard times!!! #15

Workflow file for this run

on:
push:
branches:
- main
release:
types:
- created
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 8
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: lts/*
cache: "pnpm"
- run: npm install
- name: Publish
run: npm run deploy
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}