chore: remove tag version check from release workflow

This commit is contained in:
Bereket Engida
2025-07-25 21:08:26 -07:00
parent 5e93871662
commit 39e4910021

View File

@@ -5,9 +5,6 @@ on:
branches:
- main
permissions:
contents: write
jobs:
release:
if: ${{ github.repository_owner == 'better-auth' }}
@@ -21,18 +18,8 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20.x
- run: npx changelogithub
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
registry-url: 'https://registry.npmjs.org'
- run: pnpm install
- name: Build