Skip to content
This repository was archived by the owner on Dec 27, 2023. It is now read-only.

Commit b1e9de0

Browse files
committed
Minor build fix
1 parent 3f9ac91 commit b1e9de0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/deploy.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env bash
22

3+
echo "Starting build";
4+
35
# We only generate packages for tagged versions
46
git describe --tags --exact-match HEAD || {
57
echo "Skipped build";

0 commit comments

Comments
 (0)