Revert "fix: auto configuration"

This reverts commit f34bbf509f.
This commit is contained in:
Aman Varshney
2025-08-15 15:00:24 +05:30
parent ac1067ab23
commit 6ec497695d
4 changed files with 5 additions and 62 deletions

View File

@@ -4,6 +4,7 @@ on:
push:
branches:
- main
pull_request:
jobs:
release:
@@ -12,14 +13,9 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}
- name: Prepare repository
run: |
git fetch --unshallow --tags
git checkout main
run: git fetch --unshallow --tags
- name: Setup Bun
uses: oven-sh/setup-bun@v2