Skip to content

chore(deps-dev): bump @commitlint/config-conventional #159

chore(deps-dev): bump @commitlint/config-conventional

chore(deps-dev): bump @commitlint/config-conventional #159

Workflow file for this run

name: Release
on:
push:
branches:
- release
jobs:
release:
name: Release NPM Packages
runs-on: ubuntu-20.04
environment: NPM
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.GH_PAT }}
- uses: actions/setup-node@v4
with:
cache: 'npm'
node-version: '20'
- run: npm ci
- run: npm run build:lib
- env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
npx --no-install semantic-release