Fix build

This commit is contained in:
JB
2026-01-14 10:44:43 -05:00
parent a9bd2f53bf
commit 2565b54417

View File

@@ -126,8 +126,6 @@ jobs:
run: | run: |
set -e # Exit on any error set -e # Exit on any error
next_version="${{ needs.create-release.outputs.next_version }}" 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.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com" git config user.email "github-actions[bot]@users.noreply.github.com"