We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d332aa2 commit c1f8a54Copy full SHA for c1f8a54
doc/build.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
set -eu
3
-IS_RELEASE="$([[ "$GITHUB_REF" == refs/tags/* ]] && echo 1 || true)"
+IS_RELEASE="$([[ "${GITHUB_REF:-}" == refs/tags/* ]] && echo 1 || true)"
4
5
die () { echo "ERROR: $*" >&2; exit 2; }
6
0 commit comments