From 2565b54417a7f279f164a16fa7947a71eec832f7 Mon Sep 17 00:00:00 2001 From: JB Date: Wed, 14 Jan 2026 10:44:43 -0500 Subject: [PATCH] Fix build --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 346d3a5..93c2087 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -126,8 +126,6 @@ jobs: run: | set -e # Exit on any error next_version="${{ needs.create-release.outputs.next_version }}" - run: | - next_version="${{ needs.create-release.outputs.next_version }}" git config user.name "github-actions[bot]" git config user.email "github-actions[bot]@users.noreply.github.com"