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.
2 parents ca7bc62 + ebf2f85 commit 663fedaCopy full SHA for 663feda
.github/workflows/sdk_publish_outpost_go.yaml
@@ -48,7 +48,7 @@ jobs:
48
fi
49
# Read the version using yq; ensure it's not empty or literal "null"
50
SDK_VERSION_RAW=$(yq -r '.go.version' "$GEN_YAML_PATH")
51
- if [ -z "$SDK_VERSION_RAW" ] || [ "$SDK_VERSION_RAW" == "null" ]; then
+ if [ -z "$SDK_VERSION_RAW" ] || [ "$SDK_VERSION_RAW" = "null" ]; then
52
echo "Error: Could not read .go.version from $GEN_YAML_PATH, or version is null/empty."
53
echo "Content of $GEN_YAML_PATH:"
54
cat "$GEN_YAML_PATH"
0 commit comments