mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-24 16:11:53 -05:00
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:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user