mirror of
https://github.com/ivuorinen/base-configs.git
synced 2026-01-26 11:14:00 +00:00
chore: finalize meta-package state after monorepo split
This commit is contained in:
21
.github/workflows/publish.yml
vendored
21
.github/workflows/publish.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user