Skip to content

build(deps): lock file maintenance (#185) #176

build(deps): lock file maintenance (#185)

build(deps): lock file maintenance (#185) #176

Workflow file for this run

name: Release
"on":
push:
branches:
- main
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
- uses: actions/setup-node@v6
with:
node-version: lts/*
cache: npm
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}