From 8ef145ea8d8c19380caeb30fa1c87570bf780253 Mon Sep 17 00:00:00 2001 From: Louis Varin Date: Thu, 4 Sep 2025 08:44:23 -0400 Subject: [PATCH] fix: disable semantic release git Ticket: VL-3425 --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5957845..c274fac 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,3 +52,5 @@ jobs: needs: - test uses: BitGo/semantic-release-github-actions/.github/workflows/release.yml@v5 + with: + disable-semantic-release-git: true