Skip to content

Commit ebf2f85

Browse files
leggetterCopilot
andauthored
chore(ci): == comparison
Co-authored-by: Copilot <[email protected]>
1 parent dd2e6ff commit ebf2f85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sdk_publish_outpost_go.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
fi
4747
# Read the version using yq; ensure it's not empty or literal "null"
4848
SDK_VERSION_RAW=$(yq -r '.go.version' "$GEN_YAML_PATH")
49-
if [ -z "$SDK_VERSION_RAW" ] || [ "$SDK_VERSION_RAW" == "null" ]; then
49+
if [ -z "$SDK_VERSION_RAW" ] || [ "$SDK_VERSION_RAW" = "null" ]; then
5050
echo "Error: Could not read .go.version from $GEN_YAML_PATH, or version is null/empty."
5151
echo "Content of $GEN_YAML_PATH:"
5252
cat "$GEN_YAML_PATH"

0 commit comments

Comments
 (0)