chore: finalize meta-package state after monorepo split

This commit is contained in:
2025-06-23 03:09:49 +03:00
parent baa64964ae
commit 1f7f8b41a0
10 changed files with 603 additions and 9252 deletions

View File

@@ -44,24 +44,3 @@ jobs:
run: |
git config --global user.name "fiximus"
git config --global user.email "189535814+fiximus@users.noreply.github.com"
- name: Bootstrap Lerna
run: yarn lerna:bootstrap:ci
- name: Auto Commit Changes
uses: stefanzweifel/git-auto-commit-action@3cc016cfc892e0844046da36fc68da4e525e081f # v6
with:
commit_message: 'chore: 🤖 bump versions and publish packages'
commit_options: '--no-verify'
- name: Bump Versions
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: yarn lerna:version
- name: Publish Packages
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: yarn lerna:publish