Skip to content

build(dev-deps): bump commitlint from 11.0.0 to 19.2.2 (#35) #52

build(dev-deps): bump commitlint from 11.0.0 to 19.2.2 (#35)

build(dev-deps): bump commitlint from 11.0.0 to 19.2.2 (#35) #52

Workflow file for this run

name: Semantic release
on:
push:
branches:
- master
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.GPR_TOKEN }}
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci --ignore-scripts
- run: npm run semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GPR_TOKEN }}