Skip to content

Commit 9256004

Browse files
authored
fix: Fix 'unary operator expected' error in publish script (#192)
1 parent bb88fd6 commit 9256004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/plugins/publish/publish/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
set -e
3-
if [ "$RUNNER_DEBUG" == "1" ]; then
3+
if [[ "$RUNNER_DEBUG" == "1" ]]; then
44
set -x
55
fi
66

0 commit comments

Comments
 (0)