Skip to content

npm: bump lerna

npm: bump lerna #3

Workflow file for this run

# This workflow runs on every push
name: lib-push
on: [push]
jobs:
lib:
uses: ./.github/workflows/lib-build.yml
secrets:
GH_NPM_TOKEN: '${{secrets.GH_NPM_TOKEN}}'