Skip to content

Merge pull request #41 from jMasterkingswag/feat/ws-profiles #26

Merge pull request #41 from jMasterkingswag/feat/ws-profiles

Merge pull request #41 from jMasterkingswag/feat/ws-profiles #26

Workflow file for this run

name: Semantic Release and Publish
on:
push:
branches:
- master
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Commitlint
uses: wagoid/commitlint-github-action@v5
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install dependencies
run: npm ci
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VSCE_PAT: ${{ secrets.VSCE_TOKEN }}
run: npx semantic-release