Skip to content

build(deps-dev): bump @commitlint/cli from 19.3.0 to 19.6.1 (#76) #21

build(deps-dev): bump @commitlint/cli from 19.3.0 to 19.6.1 (#76)

build(deps-dev): bump @commitlint/cli from 19.3.0 to 19.6.1 (#76) #21

Workflow file for this run

name: Release
on:
push:
branches:
- main
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 'lts/*'
- name: Install dependencies
run: npm ci
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
run: npm audit signatures
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release