We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dee613 commit c01f38eCopy full SHA for c01f38e
1 file changed
actions/upload_package.sh
@@ -23,7 +23,7 @@ fi
23
TAG=$(git --git-dir="$SRC_DIR"/.git --work-tree="$SRC_DIR" tag --contains)
24
25
# If the tag is not empty, then set the label to main.
26
-if [ ! -e "$TAG" ]; then
+if [ ! -z "$TAG" ]; then
27
LABEL=main
28
fi
29
0 commit comments