From 5875a49630b47ed9c0c54e17fbfff4657c36431f Mon Sep 17 00:00:00 2001 From: JB Date: Wed, 14 Jan 2026 10:07:55 -0500 Subject: [PATCH] Add error handling in create and push tag Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6aeba83..346d3a5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -123,6 +123,9 @@ jobs: fetch-depth: 0 - name: Create and push tag + run: | + set -e # Exit on any error + next_version="${{ needs.create-release.outputs.next_version }}" run: | next_version="${{ needs.create-release.outputs.next_version }}"