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"