Skip to content

fix: commitlint - increase the body-max-line-length value to 200 #54

fix: commitlint - increase the body-max-line-length value to 200

fix: commitlint - increase the body-max-line-length value to 200 #54

Workflow file for this run

name: Publish
on:
push:
branches: [alpha, beta, master]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20.11.1'
- run: npm ci
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
NPM_TOKEN: ${{secrets.NPM_TOKEN}}