From 9639b71a3d81b40c3ed4d63b5e28f8a9338b3a8d Mon Sep 17 00:00:00 2001 From: Adam Jolicoeur Date: Sun, 10 May 2026 19:36:15 -0400 Subject: [PATCH] chore: update release workflow to not run Cloudflare on automated version bumps --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 50804ba..f558d0a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -88,7 +88,7 @@ jobs: if git diff --cached --quiet; then echo "No version changes to commit" else - git commit -m "chore: bump version to ${{ steps.new_version.outputs.version }}" + git commit -m "chore: bump version to ${{ steps.new_version.outputs.version }} [skip cd]" git push fi