chore(release): version packages (#3623)

* chore(release): version packages

* chore: remove lock file

* chore: fix ci

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Bereket Engida
2025-07-26 00:56:29 -07:00
committed by GitHub
parent 2b2fd0c77d
commit 776c4ae3fe
14 changed files with 109 additions and 35 deletions

View File

@@ -11,6 +11,10 @@ on:
- 'v**'
merge_group: {}
env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ vars.TURBO_TEAM || github.repository_owner }}
jobs:
test:
runs-on: ubuntu-latest
@@ -59,6 +63,7 @@ jobs:
run: pnpm lint
- name: Check for Changesets
if: ${{ !startsWith(github.head_ref, 'changeset-release/') && !startsWith(github.ref_name, 'changeset-release/') }}
run: pnpm changeset status --since origin/main
- name: Test