From 625dd07a6e0d89e8295e1d370fd1ebf164a57773 Mon Sep 17 00:00:00 2001 From: SergeantPanda Date: Fri, 11 Apr 2025 10:37:32 -0500 Subject: [PATCH] Removed extra build increment. --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f1481227..91fa37f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,10 +34,6 @@ jobs: echo "is_bot=false" >> $GITHUB_OUTPUT fi - - name: Update build number - run: | - python scripts/increment_build.py - - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2