Skip to content

Commit 663feda

Browse files
committed
Merge branch 'chore/go-shields-update' of https://github.com/hookdeck/outpost into chore/go-shields-update
2 parents ca7bc62 + ebf2f85 commit 663feda

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
@@ -48,7 +48,7 @@ jobs:
4848
fi
4949
# Read the version using yq; ensure it's not empty or literal "null"
5050
SDK_VERSION_RAW=$(yq -r '.go.version' "$GEN_YAML_PATH")
51-
if [ -z "$SDK_VERSION_RAW" ] || [ "$SDK_VERSION_RAW" == "null" ]; then
51+
if [ -z "$SDK_VERSION_RAW" ] || [ "$SDK_VERSION_RAW" = "null" ]; then
5252
echo "Error: Could not read .go.version from $GEN_YAML_PATH, or version is null/empty."
5353
echo "Content of $GEN_YAML_PATH:"
5454
cat "$GEN_YAML_PATH"

0 commit comments

Comments
 (0)