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

Commit 3f9ac91

Browse files
committed
Minor build change
1 parent 0045fd8 commit 3f9ac91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bin/deploy.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
# We only generate packages for tagged versions
44
git describe --tags --exact-match HEAD || {
5-
exit 0
5+
echo "Skipped build";
6+
exit 0;
67
}
78

89
# Unpack secrets

0 commit comments

Comments
 (0)