mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-09 15:29:20 -04:00
ci: fail when can not create release
This commit is contained in:
parent
067aa63de3
commit
a6fe96fde6
@ -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}
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user