ci: fail when can not create release

This commit is contained in:
Moritz Zwerger 2024-01-22 22:13:30 +01:00
parent 067aa63de3
commit a6fe96fde6
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4
2 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,7 @@
#
# This software is not affiliated with Mojang AB, the original developer of Minecraft.
#
set -e
VERSION=$(git rev-parse HEAD)
VERSION=${VERSION:0:10}

View File

@ -11,6 +11,7 @@
#
# This software is not affiliated with Mojang AB, the original developer of Minecraft.
#
set -e
VERSION=$(git rev-parse HEAD)
VERSION=${VERSION:0:10}