Add error handling in create and push tag
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
This commit is contained in:
parent
1cb675955b
commit
5875a49630
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -123,6 +123,9 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Create and push tag
|
- name: Create and push tag
|
||||||
|
run: |
|
||||||
|
set -e # Exit on any error
|
||||||
|
next_version="${{ needs.create-release.outputs.next_version }}"
|
||||||
run: |
|
run: |
|
||||||
next_version="${{ needs.create-release.outputs.next_version }}"
|
next_version="${{ needs.create-release.outputs.next_version }}"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user