Skip to content

Secu 2024 june (#32) #72

Secu 2024 june (#32)

Secu 2024 june (#32) #72

on:
push:
branches: [ main ]
tags: [ 'v[0-9]+.[0-9]+.[0-9]+' ]
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
- run: npm install
- run: cd ./webpanel && npm install
- run: npm run package
- name: Publish
if: startsWith(github.ref, 'refs/tags')
run: npm run deploy
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}