Removed extra build increment.

This commit is contained in:
SergeantPanda 2025-04-11 10:37:32 -05:00
parent be05547466
commit 625dd07a6e

View file

@ -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