Skip to content

Commit 53189f2

Browse files
committed
fix: revert to lerna
1 parent 0dbd34b commit 53189f2

6 files changed

Lines changed: 1199 additions & 124 deletions

File tree

.changeset/README.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/config.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
release:
1212
runs-on: ubuntu-latest
1313
permissions:
14-
id-token: write # Required for OIDC
14+
id-token: write # required for oidc (npm)
1515
contents: write
1616
packages: write
1717
pull-requests: write
@@ -45,11 +45,7 @@ jobs:
4545
git config --global user.email "github-actions[bot]@users.noreply.github.com"
4646
4747
- name: Create and publish versions
48-
uses: changesets/action@v1
49-
with:
50-
commit: "chore: update versions [skip ci]"
51-
title: "chore: update versions [skip ci]"
52-
version: bun run ci:version
53-
publish: bun run ci:publish
48+
run: bun run release
5449
env:
50+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5551
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)