diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dd4c595..d251e72 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: git config user.name "Evan Bonsignori" git config user.email "evanabonsignori@gmail.com" git add . - git commit -m "🛠️ Automate: Build and Package changes" + git commit -m "🛠️ Automate: Build and Package changes" --no-verify # Push changes back to the repo - name: Push changes