Skip to content

Merge pull request #41 from MetabobProject/ci/build-pipeline #3

Merge pull request #41 from MetabobProject/ci/build-pipeline

Merge pull request #41 from MetabobProject/ci/build-pipeline #3

Workflow file for this run

name: Publish
on:
push:
tags:
- '*.*.*'
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '18'
- name: Install Dependencies
run: npm ci
- name: Package Extension
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}
run: npx vsce publish