Skip to content

Commit 6b422cf

Browse files
committed
build.sh: Overwrite prerelease.txt if it exists, just like we do elsewhere
1 parent 39bed74 commit 6b422cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ else
1111
fi
1212

1313
if [[ $(git tag --points-at HEAD 2> /dev/null) == v* ]]; then
14-
touch "${ROOTDIR}/prerelease.txt"
14+
echo -n > prerelease.txt
1515
fi
1616

1717
mkdir -p "$BUILDDIR"

0 commit comments

Comments
 (0)